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.

Target and platform is missing in RTSC configuration settings

Am using CCS v 5.5  -

From TI resource explorer i fetched SYS/BIOS - >C6000 -> TCI6614 ->Generic Example -> c++ Example .


In the RTSC Configuration Settings -

both the Target and Platform remains empty .  Even the drop-down of platform menu consists of no values .

I also tried creating a general SYS/BIOS project and found the same issue.


Why the target file and Platform is not fetched ? Am i missing anything  ?

  • What versions of SYS/BIOS and XDCtools are you using?

    Todd

  • XDCtools version : 3.25.3.72

    Sys/Bios  Version :  6.35.4.50

  • vinodh,
    Can you try using some other devices, for example a C2000 device?
    Have you installed or tried to install XDCtools 3.30 in CCS 5.5? Once installed, XDCtools 3.30 is difficult to remove from CCS 5.5 and there was a bug in XDCtools 3.30 that caused the target and platform fields to be empty.
    Also, there is an Error Log in CCS that might have more info. If it's not automatically open in your CCS, you can get to it through View->Other...->General->Error Log. Are there any error messages showing up while you are trying to open a new project? 

  • Hi sasha ,

    I have tried using an example code on C2000 device - Build was successful and when i tried debugging a error pop up indicating " The project test is not compatible with any CPU in the Traget Configuration " .

    When i  checked the error log :

    Target ti.targets.elf.c66 does not exist -    Plug in : org.eclipse.rtsc.xdctools.ui   .

  • That error message means that the target can't be found on the package path. Since you are using XDCtools 3.25.03.72, the target should be found in the XDCtools repository. Can you find your XDCtools 3.25.03.72? It's installed in C:/ti by default. Go to xdctools_3_25_03_72/packages/ti/targets/elf. There should be a file C66.xdc in there and also a subdirectory 'packages'. Can you find them?
    Can you also open C:\ti\ccsv5\eclipse\plugins in Window Explorer? There should be a file org.eclipse.rtsc.xdctools.ui_3.25.3.72.jar in that directory. Is there another org.eclipse.rtsc.xdctools.ui_*.jar, but with a different version number?

  • Sasha Slijepcevic said:
    Can you find your XDCtools 3.25.03.72? It's installed in C:/ti by default. Go to xdctools_3_25_03_72/packages/ti/targets/elf. There should be a file C66.xdc in there and also a subdirectory 'packages'. Can you find them?

    Yes , XDCtools 3.25.03.72 is there in c:/ti .  i could also find c66.xdc and subdirectory packages in elf folder .

    Sasha Slijepcevic said:
    Can you also open C:\ti\ccsv5\eclipse\plugins in Window Explorer? There should be a file org.eclipse.rtsc.xdctools.ui_3.25.3.72.jar in that directory. Is there another org.eclipse.rtsc.xdctools.ui_*.jar, but with a different version number?

    In  C:\ti\ccsv5\eclipse\plugin i could not find any org.eclipse.rtsc.xdctools.ui_3.25.3.72.jar and also no file with org.eclipse.rtsc.xdctools.ui_*.jar is available . Am using the linux machine to run ccs v5.5 . 

    Also ,

    I tried re-installing the Sys/Bios MCSDK -

    On starting the CCSv5.5 - it detects the packages found and ask for permission to install the same . Am getting the following error.

    Operation details
      Your original request has been modified.
        "SYS/BIOS (IDE Client)" will be ignored because a newer version is already installed. 
        "IPC (Multicore and I/O) (IDE Client)" will be ignored because a newer version is already installed. 
        "NDK (IDE Client)" will be ignored because a newer version is already installed. 
        "Third-Party Components for GMF Runtime" will be ignored because a newer version is already installed. 
        "RTSC/XDCtools (IDE Client)" will be ignored because a newer version is already installed. 
      Cannot complete the install because some dependencies are not satisfiable
        com.ti.biosmcsdk.pdk.C6657.p2.feature.group [1.1.2.6] cannot be installed in this environment because its filter is not applicable.
    

    It denotes that -  "RTSC/XDCtools (IDE Client)" will be ignored because a newer version is already installed.

  • Hi Sasha ,

    I suspected the  newer version of  RTSC/XDCtools in CCS v5.5  .So, i uninstalled all the XDCtools version  as root . Also i uninstalled all the MCSDK packages and other updated packages one by one as root .

    After uninstalling all updated package - i re-installed  CCS v5.5 . The issue was cleared this time . I could find my
    target file and RTSC platforms in list . 

    Thank you ,

    with regards ,

    Vinodh