-
Notifications
You must be signed in to change notification settings - Fork 1
Software Compilation
Nemo157 edited this page Jul 28, 2011
·
11 revisions
See software design for more details on the actual software
This is just some background methods on getting arm-elf-gcc, newlib etc. installed.
See Wim's gist for compiling arm-eabi-gcc
Wim's gist might also work here. Else we can always fall back to gcc4.0.2 binaries found on GNU ARM
Note: The version in apt called arm-linux-eabi-gcc is not what we want. What this compiler is for is when you want arm binaries to run on a arm based platform with a Linux OS. What we have is no OS so want binaries that run on bare metal.
Also use Wim's gist
In the Software directory run make. This produces 5 elf files in the build directory, one for each board.
Using OpenOCD?