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?