I'm able to compile with IAR, but while trying to get code compiling with the Red Hat msp430GCC (and the old MSPGCC) I get an error like:
/home/nak/Msp430GCCopensource/bin/../lib/gcc/msp430-elf/4.8.0/../../../../msp430-elf/bin/ld: out.o section `.noinit' will not fit in region `RAM' /home/nak/Msp430GCCopensource/bin/../lib/gcc/msp430-elf/4.8.0/../../../../msp430-elf/bin/ld: region `RAM' overflowed by 152 bytes
For reference here's the ugly source code: https://bitbucket.org/naked/msp-datalogger/src
I would like to use open source tools as I refine the code for this project.
So, I figure I'm ignorant to some command line switches that I need to use, or the IAR compiler does some magic to fit more variables into RAM than GCC.
Any thoughts would be appreciated.