From 62825bc3e5a1ab1886042bb924c2f9a237c8ac70 Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Sat, 28 Jan 2012 18:10:16 +0100 Subject: [PATCH] Add some notes for people using a standard cross-gcc --- firmware/README.building | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/firmware/README.building b/firmware/README.building index 954edae..6575602 100644 --- a/firmware/README.building +++ b/firmware/README.building @@ -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= - builds "application" foo (check .c and the subdir in applications/) @@ -28,5 +37,5 @@ make APP=l0dable LAPP= (=l0dable.bin) # build all l0dables make l0dables -#build one l0dable +# build one l0dable cd l0dables && make .c0d