Other Parts Discussed in Thread: CCSTUDIO
When I am importing a CCSv3 project with a .pjt file in CCSv5, I got a warning saying issues occurred and I am asked to read the log file. I read the log file and found the following exceptions.
!ERROR: java.lang.NullPointerException
at com.ti.ccstudio.project.core.internal.legacy.LegacyProjectImporter.resolveToCommonRootRelativePath(LegacyProjectImporter.java:1501)
at com.ti.ccstudio.project.core.internal.legacy.LegacyProjectImporter.processSources(LegacyProjectImporter.java:715)
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)
After this, the CCSv3 project is not completely imported. And when I build the project, the makefile is not correct and the including path is not correctly set either.
I guess it is because the .pjt file is not well recognized by CCS5.
So what problem do I need to solve, so that I have this project successfully built in CCS5?