The TI E2E™ design support forums will undergo maintenance from July 11 to July 13. If you need design support during this time, open a new support request with our customer support center.

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: how to migrate a large C++ project from linux platform to AM64x-evm

Part Number: CODECOMPOSER

Tool/software:

What's the best practice to migrate a large C++ project from Linux platform to AM64x-evm for a multi-core system build?

(1) C++ project is classic on RedHat Linux using hierarchical Makefile's. We will need to keep those Makefile's to build it.

(2) We have a multiple core system on AM64x-evm. C++ project is to be placed on only one R5 core. Using CCS with system project is convenient.

Using CCS will generate its own makefiles to build. How can we integrate our original Makefile's, with needed modification, into CCS?