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.

genarting CCS project with make files

Hi All,

I Am doing builds with make files every time. In that make file we have link with CCS for takin lib...etc. Now i need to generate the CCS project  while building with make file.For debugging we need CCS projects. So can any one help how to generate CCS projects while compiling with make file.

  • Hi

    For debugging in CCS, you dont have to create project in CCS. Use the .out file created using make file and load it in CCS debugger. Only thing, you need to make sure that the .out is generated with debug configuration.

  • I want to generate .cproject and .project files while building with make files.For each module we have separate make file and in that module dir we generate libraries with make file build. At same time we build with ccs also,but this build  will be happen in B dir, Now i need to generate .cproject and .project also while building with make files. Can u please help me on this.

    In B directory for each module .cproject and .project are there but how can we update automatically while building with make file.

  • Hi Sasi Kumar,

    Can you confirm that you are looking CCS build for "only for debugging" ? In that case, you dont need CCS projects. 

    For the scenario that you described, I am not sure if I am aware about the solution completely. I will check and let you know.