Part Number: MSP430F5529
Other Parts Discussed in Thread: ENERGIA, MSP-EXP430F5529LP
Tool/software: TI C/C++ Compiler
Hello,
I am currently using Code Composer Studio to get thermistor readings from the MSP430F5529. I am using the Energia example 09 which works in Energia software, but I am hitting roadblocks when trying to build in CCS. The errors I get are:
makefile:144: recipe for target 'EXAMPLE09_Temperature.out' failed
/Applications/Energia 4.app/Contents/Java/hardware/tools/msp430/bin/../lib/gcc/msp430/4.6.3/../../../../msp430/bin/ld: cannot open linker script file memory.x: No such file or directory
gmake[1]: *** [EXAMPLE09_Temperature.out] Error 1
gmake[1]: Target 'secondary-outputs' not remade because of errors.
gmake: *** [all] Error 2
makefile:137: recipe for target 'all' failed
Note that I am using the exact same code from the website, but can't go further because of the build errors. Can someone familiar with Energia examples in CCS help me? I am using macOS Sierra if that's part of the issue.