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/LAUNCHXL-F2.8377万S:未解决的符号编译错误

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/582648/ccs-launchxl-f28377s-unresolved-symbol-compile-error

部件号:LAUNCHXL-F2.8377万S

工具/软件:Code Composer Studio

TI社区您好,

我目前正在尝试将几个示例代码合并到一个文件中。 我按照固件指南创建了新的CCS项目。 我将常见源文件(如F2837xS_ADC.c)链接到我的CCS项目。 当我编译时,我遇到了很多错误,我不确定它们来自哪里。

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

    您好,Brenden,

    您似乎错过了F2837xS_HEADers文件夹中的一些内容。

    1. 将F2837xS_headers/source/F2837xS_GlobalVariableDefs.c添加2837添加到项目中
    2. 将F2837xS_headers/cmd/F2837xS_Headers_nonBIOS.cmd添加2837添加到项目中
    3. 确保F2837xS_headers\include的路径位于编译器设置的#include路径中

    谢谢!

    Whitney