Hi
I have ported code with floating point operations for the IAR compiler to mspgcc. The code complied with IAR was just under 4k, but with mspgcc the code is almost 7k. The code is supposed to fit into an msp430f1121 device. Is there a compiler or linker flag missing? msp430-gcc -O2 -g3 -Wall -c -fmessage-length=0 -mmcu=msp430x149 -osystem.o ../system.c msp430-gcc -mmcu=msp430x149 -oout.elf ./RemoteDisp.o ./TempAnalysis.o ./main.o ./system.o I am using the mspgcc-20050614.exe installer on WinXP.
