Hi,
I am trying to import CCS v3.1 based DSP/BIOS project for C6713 to CCS v5.1 but couldn't succeed. I followed the following wiki page but no use.
http://processors.wiki.ti.com/index.php/Migrating_to_CCSv5
When I check the box "Copy projects into workspace", I get the following errors.
!ERROR: java.lang.IllegalArgumentException
at java.net.URI.create(Unknown Source)
at com.ti.ccstudio.project.core.internal.legacy.LegacyProjectImporter.processSources(LegacyProjectImporter.java:672)
at com.ti.ccstudio.project.core.internal.legacy.LegacyProjectImporter.createManagedMakeProject(LegacyProjectImporter.java:459)
at com.ti.ccstudio.project.core.internal.legacy.LegacyProjectImporter.doRun(LegacyProjectImporter.java:265)
at com.ti.ccstudio.project.core.internal.legacy.LegacyProjectImporter.access$0(LegacyProjectImporter.java:226)
at com.ti.ccstudio.project.core.internal.legacy.LegacyProjectImporter$1.run(LegacyProjectImporter.java:209)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2326)
at com.ti.ccstudio.project.core.internal.legacy.LegacyProjectImporter.run(LegacyProjectImporter.java:207)
at com.ti.ccstudio.project.ui.internal.wizards.importlegacy.ImportLegacyProjectWizard$1.run(ImportLegacyProjectWizard.java:111)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.net.URISyntaxException: Illegal character in path at index 4: BAS_ main.c
at java.net.URI$Parser.fail(Unknown Source)
at java.net.URI$Parser.checkChars(Unknown Source)
at java.net.URI$Parser.parseHierarchical(Unknown Source)
at java.net.URI$Parser.parse(Unknown Source)
at java.net.URI.<init>(Unknown Source)
... 11 more
Without checking the box, It doesn't show any error but it doesn't produce .out file either while building the project.
If I am correct, I need to convert CDB file to TCF but I don't know how to do it.
I will appreciate if some one help me solving this problem.
Regards,
Tariq Siddiqui