Other Parts Discussed in Thread: MSP430FR2100,
I am trying to use MSP430-GCC-OPENSOURCE to compile code targeting the MSP430FR2100. I have successfully installed the compiler, compiled some c-code with -nostdlib, but now I am trying to compile code that requires standard library functions (I removed the -nostdlib flag). I am getting the following errors:
undefined reference to `strlen'
undefined reference to `__mspabi_remi'
undefined reference to `mspabi_divi'
So it looks like the tools are not linking the correct library function calls. If I understood correctly, the full installer should contain newlib. Is there a trick to helping the compiler/linker find the right files?
For reference, I have installed msp430-gcc-full-linux-x64-installer-9.2.0.0.run