[SOLVED] Crazyradio dev env-SDCC version 3.2 instead of 2.9

Firmware/software/electronics
Post Reply
derf
Expert
Posts: 163
Joined: Fri May 31, 2013 12:17 am
Location: Germany

[SOLVED] Crazyradio dev env-SDCC version 3.2 instead of 2.9

Post by derf »

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:

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
In the commit comments I also found this:
Adding preprocessor check to impose compiling with SDCC 3.2
So I guess the wiki should be updated with the correct link to SDCC version 3.2, right?

Regards,

Fred
derf
Expert
Posts: 163
Joined: Fri May 31, 2013 12:17 am
Location: Germany

Re: Crazyradio dev env - SDCC version 3.2 instead of 2.9

Post by derf »

Saw that this has been fixed in the wiki, therefore marking as solved.
Post Reply