hi,
In CCS version5.5
CCS project is creating their own MAKE FILE.
How to create our own MAKE FILE?
Thanks,
sri.
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,
In CCS version5.5
CCS project is creating their own MAKE FILE.
How to create our own MAKE FILE?
Thanks,
sri.
Please take a look at this wiki page for the different types of projects supported by CCS and how they can be created.
http://processors.wiki.ti.com/index.php/Projects_and_Build_Handbook_for_CCS#Types_of_Projects
Hi,
sridharan panneer83 said:How to create our own MAKE FILE?
The internet is full of tutorials on this. A few are:


For elaborate examples of makefiles using TI compiler tools and even DSP/BIOS, check the page below:

For your own sanity, CCS usually creates and manages the makefiles it creates automatically - that is the preferred way if your project is simple. However, if you want to use CCS to work with your makefiles, check:

--Cheers