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.

CCVv3.3 to CCSv4.2.4 project import question.



Hello,

We have  DSP/BIOS applicaiton project for CCSv3.3. We want to import it to CCS4.2.4 with all its folders and include files as it is in CCSv3.3.

The project import wizard in CCSv4.2.4 imports the source files and .cmd files to a new folder (I choose the copy to a new folder option while importing) but it doesn't copy the include and header files and .lib files to a new folder.

Why is that and how can I fix it?

Anatoly.

  • Anatoly,

    Checking the box to copy into workspace will copy the project file and any source inside the project folder (or subfolders) into your workspace.    .h files in CCSv3.3 are not part of the project, you setup the search paths and CCSv3.3 populates the include folder in the project view based on the dependency scan information.  If you want the .h files to show up in your project view in CCSv4/5 you will need to add or link them to the project.  Another way to see them is to expand the "includes" folder in the project view.  This folder lists all the include paths defined in your project.

    Regards,

    John