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.
Hi,
I looked at this forum and found similar but the proposals did not help me.
I am migrating from v3.3 to v5.1
All my projects migrate without any major issues except one with the following log
!ERROR: java.lang.NullPointerException
at com.ti.common.project.core.util.CTIProjectCoreUtils.getOptionDefiningSuperClass(CTIProjectCoreUtils.java:948)
at com.ti.common.project.core.options.ToolArgumentParser.extractOptionName(ToolArgumentParser.java:294)
at com.ti.common.project.core.options.ToolArgumentParser.access$1(ToolArgumentParser.java:292)
at com.ti.common.project.core.options.ToolArgumentParser$Arg.getName(ToolArgumentParser.java:86)
at com.ti.ccstudio.project.core.internal.legacy.LegacyProjectImporter.getOutputFileOptionSetting(LegacyProjectImporter.java:1697)
at com.ti.ccstudio.project.core.internal.legacy.LegacyProjectImporter.processDependencies(LegacyProjectImporter.java:595)
at com.ti.ccstudio.project.core.internal.legacy.LegacyProjectImporter.createManagedMakeProject(LegacyProjectImporter.java:458)
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)
I update the IDE from help menu, delete and recreate the project but could not find the solution.
I will apreciate your help
Koffi
Hi Koffi,
are you still having issues here? Sorry this seems to really have fallen through the cracks here unfortunately so I am going to try and help you and my colleague out here.
What is different with the failing project? (Or differences) Generated with different tool versions? Something unique to it?
Is the above the entire error log or is there further you could send us?
Would you be willing to send the problem project offline for us to try here?
Did you follow any different steps in the import process?
Some further information will help us here.
Best Regards,
Lisa
Hi Koffi,
I have the same problem that you mentioned. I have a folder with a global project that depends on other projects. I have imported all of them one by one, and that error occurs only when importing two of these projects. Moreover, that two projects are the only projects with project dependencies. I can't fix this error yet.
If you fixed it, I would appreciate you can help me.
Best regards
Yes, I could fix it.
First remove the dependencies in CCS3.3 before the migration. That means you will import in your case three different project into your workspace.
After the migration, use the project properties to set the dependencies. This solved my problem.
Hope it helps you too.
Koffi