Other Parts Discussed in Thread: MSP430F5529
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