Part Number: MSP430F5529
Other Parts Discussed in Thread: ENERGIA
Tool/software: Code Composer Studio
Hello,
I am currently working in Code Composer Studio to get thermistor readings with the MSP430F5529 Launchpad. Right now I'm using an Energia example (Example 09) to try to get the same readings with CCS as I did with the Energia software, but keep hitting roadblocks in building the code. Here are my errors:
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
I am using the exact same code the Energia software used to measure tempurature and I'm not sure how to get past this. Can anyone help me? I'm using macOS Sierra if that's an issue.