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.

import legacy CCSv3 project - issues and exceptions

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?

  • Hi,

    I am not sure what CCSv5 version you are using, but several improvements are being made to the import tool to cover the multitude of legacy projects.

    In this case, I would ask you to use the latest CCSv5 release or, if you are already doing so, would you mind sending your project so we could try to reproduce this issue and improve the tool? We can transfer the project via private conversations if you prefer.

    Best regards,

    Rafael