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.

CCS/BIOS cannot find Target package in LCDK6748



Hello,

I'm using the LCDK C6748, and I'm trying to use the SYS/BIOS. I changed the UART Starterware example to run with the BIOS. But I get the following error:

can't find the library 'lib/ti.targets.rts6000.a674' specified by package ti.targets.rts6000. It wasn't found along the path 'C:/ti/bios_6_35_04_50/packages;C:/ti/ccsv5/ccs_base;C:/ti/uia_1_03_01_08/packages;C:/ti/xdctools_3_25_04_88/packages;..;'. 

I chose the 'ti.target.C674' as the target, and 'ti.platform.evm6748' as the platform in the RTSC settings. In Main settings, the device is C6000, LCDK6748 variant and no linker command file. The output format is legacy COFF. I checked all other settings. But I couldn't debug this error. Can anyone help me with this?

Thanks,

Sri

 

  • Hi Sri,

    Can you try importing one of the standard SYS/BIOS examples?  Maybe the SYS/BIOS hello example is a good one to start with.

    Are you able to build one of the standard examples?

    Steve

  • Thank you for your reply. I could build my project without any errors, when I used the XDC tools version 3.25.3.72 instead of 3.25.4.88. Its the same case when I tried the standard SYS/BIOS examples. Upon studying the error, I could find out that in XDC tools version 3.25.4.88, the library ti.targets.rts6000.a674 was missing (C:\ti\xdctools_3_25_04_88\packages\ti\targets\rts6000\lib was empty) whereas I had the required library in 3.25.3.72. Can this be an error when I installed the XDC tools? 

    Thanks,

    Sri

  • Sri,

    Do you recall how you obtained XDC tools 3.25.04.88?  Was it from the TI-RTOS product?  TI-RTOS ships a "stripped down" version of XDC tools, so I am wondering if you may have gotten it that way.

    I just made a fresh install of that version of XDC and verified that the libraries are there.  I would recommend that you try to re-download/re-install it, then point your project to the newly installed version.

    You can download it here.

    Steve

  • Hi Steve,

    Thank you for sending me the download link. I don't remember how I obtained this version of XDC tools. But I re-installed the XDC tools 3.25.04.88, and its working fine for me. I still wonder what  the problem was, with the previous install. 

    Thanks,

    Sri