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.

Creating new project for C2000 with ccs v5 and error on linking folder.

I have used so far the Control Suite examples and with that already defined project adding/deleting source/header files are pretty straightforward. Now, I want to share the the same code to somebody else and if that person doesn't have Control Suite he/she cannot open the project.

I created a project and copied the source and header files into that project space. And then to add folders, I did the following: "By selecting it in Windows Explorer and dragging and dropping it into the project in the Project Explorer view. At that point, CCS will ask if you want to "copy" or "link" to that folder. If you select "Link to files and folders", it will create a reference to that folder." I also modified/added the .cmd files as well

Whenever I build the project, it gives me error that it cannot open the source files that I just linked (in the linked folder). Some of these folders include IQmath.h, CLAmath.h and macros.

 

Can anybody suggest what step have I missed?

 

Thanks,