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.

ccs5.0 compilation questions (package path issue)

    I created a new ccs project with the example in the directory:

                       Texas Instruments\pdk_C6678_1_0_0_9_beta2\packages\ti\drv\cppi\example\sample.

But when I build this project,there are two problems as shown followed,

1 Problem descriptions:xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.csl' along the path:

'D:/Program Files/Texas Instruments/ccsv5/ipc_1_22_03_23/packages;

D:/Program Files/Texas Instruments/ccsv5/bios_6_31_04_27/packages;

D:/Program Files/Texas Instruments/ccsv5/xdais_7_20_00_07/packages;

D:/Program Files/Texas Instruments/ccsv5/xdais_7_20_00_07/examples;

D:/Program Files/Texas Instruments/ccsv5/uia_1_00_01_09_eng/packages;

D:/Projects/CppiExp/.config/;

D:\Program Files\Texas Instruments\ccsv5\xdctools_3_20_08_88\packages;'.

Ensure that the package path is set correctly.  

sample.cfg      /CppiExp Csl       XDCTools Configuration

   

2.There are some unresolved inclusions as shown followed,

 

But these files are all in the install directory:Texas Instruments\pdk_C6678_1_0_0_9_beta2\packages\ti

 

 

 

What puzzled me is that the above problems will not appear in another computer with the same development environment(ccsv5.0.2)?So what should I do to solve these problems?

 

 

Thanks.

Ricky

  • I'm not sure what *you* mean by "install directory" -- but it looks like XDC is not finding the PDK and it's not in the path you listed above -- if you are using a RTSC configuration, make sure you have the checkbox for the PDK checked off (right click project -> properties -> CCS general -> RTSC). If the PDK is not an option, then CCS didn't find the package, but you should be able to add it at Window -> Preferences -> CCS -> RTSC -> Products (but you shouldn't have to do this)

     

    CCS uses a couple different PATHs, but typically the RTSC configuration makes it pretty easy.

  • Hi Tim Wentz,

    Thanks for your reply,the problems are solved,thank you very much.

    Ricky.