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.

[参考译文] TMS570LS1224:[编译错误]#10010链接期间遇到错误;"TMS570LS1224.out"未编译

Guru**** 2383040 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1239717/tms570ls1224-compile-error-10010-errors-encountered-during-linking-tms570ls1224-out-not-built

器件型号:TMS570LS1224

我不熟悉 CCS 和 TI MCU。
我继续执行以下操作、但会出现编译错误。
我想知道原因。 感谢您的答复。

1.制造项目 SafeTILib

2.设置 CONFIG Debug_TMS570LS12_BE [Active]

3.重新生成项目(变为 SafeTILib_tms570LS12_Be.lib)

4.将库文件复制到我的项目位置

5.插入代码"sys_startup.c"

6.设置包含选项

7.设置预定义符号(插入_VFP_support_=1、_TMS570LS12x_)

8.设置文件搜索路径(插入 SafeTILib_TMS570LS12_Be.lib)

9.编译结果(10个错误)

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    在我找到并更正后、"Include"选项可以正常工作。