Add some notes for people using a standard cross-gcc

This commit is contained in:
Stefan `Sec` Zehl 2012-01-28 18:10:16 +01:00
parent b5c12b8666
commit 62825bc3e5
1 changed files with 11 additions and 2 deletions

View File

@ -1,4 +1,13 @@
make flags supported by this Makefile
### A note on the compiler
We are currently using the CodeSourcery gcc (see wiki for link).
You can also use a standard arm cross-gcc
(https://github.com/esden/summon-arm-toolchain)
but please note that this creates larger binaries.
We are talking about 100-200 bytes for firmware.bin,
you will run into space problems with the default firmware.
Sorry about that.
### Make flags supported by this Makefile
APP=<foo>
- builds "application" foo (check <foo>.c and the <foo> subdir in applications/)
@ -28,5 +37,5 @@ make APP=l0dable LAPP=<l0dablename> (=l0dable.bin)
# build all l0dables
make l0dables
#build one l0dable
# build one l0dable
cd l0dables && make <l0dablename>.c0d