diff options
author | Megan Wachs <megan@sifive.com> | 2017-05-17 11:05:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-17 11:05:09 -0700 |
commit | fdd2423815d27bc20be21f8a4bf7dd4a27fd0320 (patch) | |
tree | 7179b42e11171d2de424bed5da65c2c558f56d42 | |
parent | f62f4aae84a0fcf2ff4093be41553fca553fd99e (diff) |
Re-arrange some Makefile instructions
-rw-r--r-- | README.md | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -39,12 +39,7 @@ make tools [BOARD=freedom-e300-hifive1] If your machine has enough resources, you can speed up the build process by adding `-j n` to `make`, where `n` is the number of processors of your build system. -To compile a bare-metal RISC-V program: -``` -cd freedom-e-sdk -make software [PROGRAM=demo_gpio] [BOARD=freedom-e300-hifive1] -``` #### Using Pre-Built Binary Tools #### If you would like to avoid compiling the tools from source, they are @@ -83,6 +78,16 @@ If you would like to recompile the entire toolchain after performing the above: make uninstall make tools ``` +### Using the Tools ### + +To compile a bare-metal RISC-V program: + +``` +cd freedom-e-sdk +make software [PROGRAM=demo_gpio] [BOARD=freedom-e300-hifive1] +``` + +Run `make help` for more commands. ### Benchmarking ### |