This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/MSP430F5529: CCS Energia (Example 09 - Temperature) Help

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.

  • Dylan,

    Could you please provide some additional details: 

    Which version of CCS and Energia are you using?

    Are you simply importing an Energia sketch into CCS (using CCS menu Project->Import Energia sketch) and trying to build it when you hit this error? If not, have you given that a try?