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.

[参考译文] TMS320F28379D:CCS 构建和链接外部源

Guru**** 2465890 points


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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1498344/tms320f28379d-ccs-building-and-linking-external-sources

部件号:TMS320F28379D

工具/软件:

您好:

我正在 CCS v12中处理一个多核工程。 我有一些我希望用于两个内核的公共源代码库。 我的工作区如下

WS-name:

  -酷睿1.

  -酷睿2.

  -多个

  - lib

我已经为每个内核配置了工程设置、使得$WORK_LOC/lib 是编译器的包含路径和链接器的文件搜索路径。

CCS 能够成功找到 lib 中.h 文件中声明的符号、但它不会构建相应的.c 文件。 因此、出现"未解析符号"错误。  

对此我有什么可以做的吗?