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.

MSP-EXP430F5529: 编译工程的问题

Part Number: MSP-EXP430F5529

我安装CCS10.2后,使用CCS10.2导入MSP-EXP430F5529的demo工程MSP-EXP430F5529_UE_Demo_Software。有两个问题请教:

1,如下图,为什么有两个工程,16KB的工程是限制了大小吗?CCS不是完全免费吗?

2,编译MSP-EXP430F5529 User Experience_16KB工程时出现错误"C:\\Users\\wanga\\AppData\\Local\\Temp\\{CF150258-AB60-4D10-9E25-B458F7B39F96}", line 27: fatal error:

object files have incompatible formats
>> Compilation failure
makefile:143: recipe for target 'MSP-EXP430F5529UserExperience.out' failed
("../MSP-EXP430F5529_UE.lib<Clock.obj>" = TI-COFF, "./UserExperience.obj" =
ELF)
,请问怎么解决?

3,编译MSP-EXP430F5529 User Experience出现错误:

warning: creating output section ".data" without a SECTIONS specification
"../lnk_msp430f5529.cmd", line 111: error: program will not fit into available
memory, or the section contains a call site that requires a trampoline that
can't be generated for this section. placement with alignment fails for
section ".cinit" size 0xd0. Available memory ranges:
FLASH size: 0xbb80 unused: 0x0 max hole: 0x0
error: errors encountered during linking; "MSP-EXP430F5529UserExperience.out"
not built

>> Compilation failure
makefile:213: recipe for target 'MSP-EXP430F5529UserExperience.out' failed
gmake: *** [MSP-EXP430F5529UserExperience.out] Error 1
gmake: Target 'all' not remade because of errors.

谢谢!