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 a project of source codes and header files from different folders and projects togeather

Hi


I do not have example projects created automatically, but i have PDK for 6614, with example codes for different hardware accelerators , now i want to test some modules like gigE with NetCP and qmss and cppi

so how can i take source files and header files from different subfolders and make a test project and compile and build in ccsv5

  • When you create a new project you can add existing code to it.  Simply right click on your project in the project explorer and select "Add files...".  Select the files that you want to add.  After that it will then prompt you if you want to Copy or Link the files.  Copying the files makes a copy of them in your project folder.  Linking them leaves them in there original location and makes a reference to them in the project.

    As far as header files you do not need to add them to the project but you do need to add their locations to the search paths in the project properties.