I've just got myself an Olimex MSP430-5510STK and have tried using CCS 6 to compile the SPPDemo for the CC256x BT module (there is no support for mspgcc which I consider to be a real shame).
The generated objects are 430k in size and the free version apparently won't link that.
error #10234-D: unresolved symbols remain error #10269: output file "SPPDemo.out" exceeds code size limit error #10010: errors encountered during linking; "SPPDemo.out" not built
The output isn't telling me how far over the 16k limit it has gone. The above size doesn't even include the 400k+ Bluetopia library, so the total is closer to 900k.
My question is basically this, is it worth even trying to continue down this development path, considering that the F5510 only has 32k of program flash available ?