[SOLVED] Crazyradio dev env-SDCC version 3.2 instead of 2.9
Posted: Sun Dec 01, 2013 11:35 pm
Hi,
I tried to compile the Crazyradio as described here:
http://wiki.bitcraze.se/projects:crazyradio:dev_env
During the compile I got the following error:
In the commit comments I also found this:
Regards,
Fred
I tried to compile the Crazyradio as described here:
http://wiki.bitcraze.se/projects:crazyradio:dev_env
During the compile I got the following error:
Code: Select all
src/main.c:45:2: error: #error Compiling with SDCC other than 3.2 is not supported due to a bug when launching the bootloader
So I guess the wiki should be updated with the correct link to SDCC version 3.2, right?Adding preprocessor check to impose compiling with SDCC 3.2
Regards,
Fred