Search found 3 matches

by sjw
Tue Jul 11, 2017 11:34 am
Forum: Support
Topic: Latest SDCC
Replies: 5
Views: 4138

Re: Latest SDCC

Thanks for the response! I saw this in other topics, and I’m sure I tried it several times (the bootloader works fine, and I see that that uses 2M), but until this morning it wouldn’t "stick". Two possibilities: I edited config.json directly (not while cfclient was running, of course): I t...
by sjw
Mon Jul 10, 2017 11:46 am
Forum: Support
Topic: Latest SDCC
Replies: 5
Views: 4138

Re: Latest SDCC

"--fsigned-char" does the trick. My problem is that my new Crazyflie 2 and CRPA won’t talk to each other (takes multiple tries to connect at all, then get poor quality connection which drops out pretty quickly), so I thought "let’s re-flash the CRPA" (no change), "let’s try ...
by sjw
Mon Jul 10, 2017 9:45 am
Forum: Support
Topic: Latest SDCC
Replies: 5
Views: 4138

Latest SDCC

Which SDCC should we be using? I’ve used the latest snapshot from Sourceforge, sdcc-snapshot-universal-apple-macosx-20170709-9946.tar.bz2, and get several warnings: $ make CRPA=1 sdcc -Iinc/ --model-large --std-sdcc99 -DCRPA -c src/main.c -o bin/main.rel sdcc -Iinc/ --model-large --std-sdcc99 -DCRPA...