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.

Problem with XDCtools when trying to compile NDK HelloWorld Example

Other Parts Discussed in Thread: OMAP-L138, SYSBIOS

I am using a ZOOM OMAP-L138 EVM development Kit with the OMAPL138B processor chip.

I am trying to get the ndk_evmOMAPL138_arm9_helloWorld Example program working but am encountering the following error:
This project was created using a version of XDCtools that is not currently installed: 3.20.3.63. Please install the XDCtools of this version, or migrate the project to one of the supported versions. 

When I try to install XDCtools Version 3.20.3.63 I get this:

Is there either a way to update the project to use Version 3.30.3.47 of the XDCtools or to fix the install problem with version 3.20.3.63.

  • Hi,

    Thanks for your post.

    In general, xdc tools are part of the RTSC product and accordingly eclipse related xdc tools plugins would be installed as part of CCS installation. The error happens is due to the missing of eclipse plugin related to xdc tools which is again part of CCS installation.

    To retain with XDC tools version 3.20.3.63 and fix the install issue, it would be recommended to uninstall the existing CCS version and reinstall the same by including all the eclipse plugins related to RTSC products like xdc tools etc.

    Else, try installing the new version of XDC tools version 3.30.3.47 as you desire to use and check whether the same version is reflecting in the RTSC tab of "General" project properties settings. Kindly check it, if not, it would be advisable to unistall and reinstall CCS.

    After you install the new version of XDC version as specified above, please check the following eclipse plugins sits in ~\ti\ccsv5\eclipse\plugins directory:

    For instance of XDC tools version, 3.25.0.48, please ensure the availability of appropriate plugins on the above specified path:

    org.eclipse.rtsc.xdctools.contenttype_3.25.0.48

    org.eclipse.rtsc.xdctools.managedbuild.core_2.4.0.201304301100

    org.eclipse.rtsc.xdctools.managedbuild.ui_2.4.0.201304301100

    org.eclipse.rtsc.xdctools.model.scripting_3.25.0.48

    org.eclipse.rtsc.xdctools.model_3.25.0.48

    org.eclipse.rtsc.xdctools.parsers_3.25.0.48

    org.eclipse.rtsc.xdctools.sg.def_3.25.0.48

    org.eclipse.rtsc.xdctools.sg_3.25.0.48

    org.eclipse.rtsc.xdctools.ui.contentassist_3.25.0.48

    org.eclipse.rtsc.xdctools.ui.editors_3.25.0.48

    org.eclipse.rtsc.xdctools.ui_3.25.0.48

    Also, please check the below model plugin for the xdc tools which needs app server eclipse plugin:

    For instance, the plugin "org.eclipse.help.appserver_3.1.400.v20120521-2344" should be available in the ccs eclipse plugin path. Kindly check this too after new version of XDC tools version.

    If all the above goes fine with new XDC tools version, then you will not receive any xdc tools installation error.

    Thanks & regards,

    Sivaraj K

    -------------------------------------------------------------------------------------------------------

    Please click the Verify Answer button on this post if it answers your question

    -------------------------------------------------------------------------------------------------------

  • Is there a way to convert a old project to a newer version of xdctools?

  • did some more research this weekend, found this that fixed my issue:

    http://processors.wiki.ti.com/index.php/SYS/BIOS_CCS6_Migration_Guide

    Updated to the latest SYSBIOS and XCDtools and it fixed the issue.