diff --git a/book/src/ch0/index.md b/book/src/ch0/index.md index 7079d78..803eb2c 100644 --- a/book/src/ch0/index.md +++ b/book/src/ch0/index.md @@ -55,6 +55,10 @@ repo](https://github.com/rust-console/gba). ## Compiling +The next steps only work once you've got some source code to build. If you need +a quick test, copy the `hello1.rs` file from our examples directory in the +repository. + Once you've got something to build, you perform the following steps: * `arm-none-eabi-as crt0.s -o crt0.o` diff --git a/docs/ch0/index.html b/docs/ch0/index.html index 362c31e..98f151a 100644 --- a/docs/ch0/index.html +++ b/docs/ch0/index.html @@ -185,6 +185,9 @@ later on this is where you can put it. You also need to build it into a that the GBA has about our program.

Compiling

+

The next steps only work once you've got some source code to build. If you need +a quick test, copy the hello1.rs file from our examples directory in the +repository.

Once you've got something to build, you perform the following steps:

Compiling

+

The next steps only work once you've got some source code to build. If you need +a quick test, copy the hello1.rs file from our examples directory in the +repository.

Once you've got something to build, you perform the following steps: