Tool/software:
Hi,
I'm trying to migrate a project from CCS12.8.1 in CCS20.0.0
The import wizard terminate all the time showing the follow EXPLORER directory:

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.
Tool/software:
Hi,
I'm trying to migrate a project from CCS12.8.1 in CCS20.0.0
The import wizard terminate all the time showing the follow EXPLORER directory:

Hi Giuseppe,
The cube project is intended to denote a CCS project, I've reviewed my install of CCS v20 and I see that cube icon on all of the projects I am working on.
You can send over a stripped down version of your CCS project and we can test importing it into our CCS
Regards,
Peter
Thank you for your reply
You can download a super stripped prroject CCS12.8.1 from here
1drv.ms/.../s!AoWBm1IVwoG3g6cHnYAR3Aoj-Wa31w
Thank you
Regards
Giuseppe
Hi Giuseppe,
The sharelink is being blocked on our network. Could you directly include the .zip folder in your E2E reply?
Regards,
Peter
Hi Giuseppe,
Thank you for the files. I tried importing the project into my version of CCS v20 and it does seem to be that CCS is interpreting your project as simply a folder as opposed to a CCS project.
Can you try to re-export the project from the Eclipse-based CCS and be sure to include the option to export all referenced folders and files to make sure that all files are in included. Then can you try to re-import the new exported project?
If that doesn't work, it seems that you will need to import a basic project template from the SDK and then add in all of your files from the other project. I will need to reach out to our CCS team once they get back from the holiday break
Regards,
Peter
Hi Peter, any news about my problem?
Yes, I can import a basic template and add my code, but in theis case I loose all the build options for a lot of code revision, and the files excluded setup for each build option.
It's a thing that I try to evitate.
Thank you
Regards
Hi Giuseppe,
I have seen this issue appear with other projects as well, I am currently in discussion with CCS team to clarify this and find root cause. I should get back to you shortly
Regards,
Peter
Hi Giuseppe,
Thank you very much for your patience. I have tested various alterations to your project and I now have it in a working state which CCS 20 recognizes as a valid project

To achieve this, in your .project file remove the following lines of code
<filteredResources> <filter> <id>1718117319536</id> <name></name> <type>26</type> <matcher> <id>org.eclipse.ui.ide.multiFilter</id> <arguments>1.0-name-matches-false-false-.svn</arguments> </matcher> </filter> <filter> <id>1718117319536</id> <name></name> <type>26</type> <matcher> <id>org.eclipse.ui.ide.multiFilter</id> <arguments>1.0-name-matches-false-false-.git</arguments> </matcher> </filter> </filteredResources>
Here is the file for your convenience
https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/171/.project
You can make this modification after your project has been imported into CCS 20. Once edited, please restart CCS and the project should now register as a CCS project and can be built and debugged