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.

Issue in converting CCS3.3 to CCS5.4

Other Parts Discussed in Thread: CCSTUDIO

Hi,there.

I have been able to convert my old CCS3.3 project to CCS5.4 without any issue. I just found CCS5.4 refused to convert a CCS 3.3 project I need to send to a customer. There are following messages in the project.log file.

!ERROR: java.lang.NullPointerException

at com.ti.ccstudio.project.core.internal.legacy.LegacyProjectImporter.resolveToCommonRootRelativePath(LegacyProjectImporter.java:1505)

at com.ti.ccstudio.project.core.internal.legacy.LegacyProjectImporter.processSources(LegacyProjectImporter.java:719)

at com.ti.ccstudio.project.core.internal.legacy.LegacyProjectImporter.createManagedMakeProject(LegacyProjectImporter.java:461)

at com.ti.ccstudio.project.core.internal.legacy.LegacyProjectImporter.doRun(LegacyProjectImporter.java:267)

at com.ti.ccstudio.project.core.internal.legacy.LegacyProjectImporter.access$0(LegacyProjectImporter.java:228)

at com.ti.ccstudio.project.core.internal.legacy.LegacyProjectImporter$1.run(LegacyProjectImporter.java:211)

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:209)

at com.ti.ccstudio.project.ui.internal.wizards.importlegacy.ImportLegacyProjectWizard$2.run(ImportLegacyProjectWizard.java:144)

at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

Would you please take a look at the attached project and let me know what I need to modify to make it CCS5 convertable?

3678.Flash_API_Test.zip

Thanks,

Zhaohong

  • Zhaohong,

    I was able to convert the attached project to CCSv5.5 with just some minor warnings that can be disregarded (some deprecated options that do not affect the binary executable). This same project works in CCSv5.4 (I tested it).

    I then built the code but it failed to find a specific symbol __TI_decompress_rle24. I followed the explanation on this post and the project built fine.

    I send attached the converted project with all its files so you can have a go.

    Hope this helps,

    Rafael

    Flash_API_Test.rar