Add some notes for people using a standard cross-gcc
This commit is contained in:
parent
b5c12b8666
commit
62825bc3e5
|
@ -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>
|
APP=<foo>
|
||||||
- builds "application" foo (check <foo>.c and the <foo> subdir in applications/)
|
- builds "application" foo (check <foo>.c and the <foo> subdir in applications/)
|
||||||
|
|
Loading…
Reference in New Issue