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.
Hi,
Do you have a sample of makefile that uses DSP/BIOS on CCSv4 ? Thanks,
Yuhua
Yuhua,
CCSv4 automatically generates a makefile inside the output directory (Debug, Release, etc.) whenever you build your project of any type (asm only, BIOS, XDC, etc.). Therefore you can use it as a reference to create your own or modify it.
Also, an example that uses makefiles and BIOS is provided in the page below. Although it refers to a specific family of devices, the principle can be extended to other families.
http://processors.wiki.ti.com/index.php/Example_application_using_DSP_Link_on_OMAPL1x
Hope this helps,
Rafael