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.

[参考译文] CODECOMPOSER:如何将大型 C++工程从 Linux 平台迁移到 AM64x-EVM

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

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1412209/codecomposer-how-to-migrate-a-large-c-project-from-linux-platform-to-am64x-evm

器件型号:CODECOMPOSER

工具与软件:

 将大型 C++项目从 Linux 平台迁移到 AM64x-EVM 以进行多核系统构建的最佳实践是什么?

(1) C++项目在使用分层 Makefile 的 RedHat Linux 上是经典项目。 我们需要保留这些 Makefile 来构建它。

(2) AM64x-EVM 上有一个多核系统。 C++工程只能放置在一个 R5内核上。 将 CCS 与系统工程配合使用非常方便。

使用 CCS 将生成自己的要构建的 makefile 文件。 我们如何将我们的原始 Makefile 以及所需的修改集成到 CCS 中?