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.
Tool/software: Code Composer Studio
Dear all,
I downloaded Ccs 8.3.1 and also TI-RTOS 2.20.00.06 for msp430. In TI Resource Explorer I addedd the packages therefore I import hello world project for msp-exp430f5529 launchpad , empty project , empty minimal project, but when I compile it occurs always the following errors:
- #10010 null: errors encountered during linking; "helloworld_MSP_EXP430F5529LP_TI_MSP430F5529.out" not built
- gmake: *** [helloworld_MSP_EXP430F5529LP_TI_MSP430F5529.out] Error 1
- gmake: Target 'all' not remade because of errors.
- No specialization routine chosen for '_auto_init', referenced from '.text:_isr:_c_int00:boot.ae430X<boot.oe430X>'. null: No specialization routine chosen for '_auto_init', referenced from '.text:_isr:_c_int00:boot.ae430X<boot.oe430X>'.
I tried also to add the path to the linker in this way: properties-msp430linker----> file search patch----${workspace_loc:/${helloworld_MSP_EXP430F5529LP_TI_MSP430F5529}, but it occurs the following error:
-make: *** unterminated variable reference. Stop.
Which is the problem?
Thanks in advance
I ll very appreciate your answer
Thanks
Hello,
Looks like you are running into #2 mentioned in the post below:
https://e2e.ti.com/support/tools/ccs/f/81/p/855760/3164632#3164632
What version of the compiler are you using? Please make sure it is a version lower than what is mentioned in the post. I used 18.1.5 with my CCS 8.3.1 installation and it built fine.
Thanks
ki