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.

how to build SYS/BIOS application by makefiles not code composer?

I am using the following EVM:

TCIEVMK2LX

SOC = TCI6630K2L

Now I can use some TI examples to be run by DSPs of the SOC and it contains DSP appliccation+SYS/BIOS. But the process of building the final image is done by the code composer. How I can build this image by some makefiles!

I have some makefile examples for Linux applications but not for SYS/BIOS applications. ( I see that CCS creates some makefile for any project....)