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.

Error when build LLD example

Hi all,

I got the TMDSEVM6670LE and I try to build the LLD example in this directory.

..\pdk_C6670_1_0_0_17\packages\ti\drv\exampleProjects\PCIE_exampleProject

I have already build the platform lib, set up the env by pdksetupenv.bat and run pdkbuilder.bat successfully.

When I import the PCIe example project and build it in CCS V5.0.1, an error occur.

"can't find the library 'lib/ti.csl.ae66' specified by package ti.csl. "

But when I build the PCIe example in C6678 folder, there is no error.

I use CCS v5.0.1 with MCSDK_2_00_05_17.

Any advice are welcome.

Best regards!

  • Armstrong

    1. I tried to build the same project on my system.  I use MCSDK version 19 - The examples are in C:\ti\pdk_C6670_1_0_0_19 (in my setting) and it built.  I tried to clean and re-build. Everything was fine.  Version 19 is a public version and the install file is bios_mcsdk_02_00_07_19_setupwin32.exe

    2. try to install the version that I use.  It may solve the problem already

    3. usually, when you see this error, obviously either the library is missing from the release, or the path to the library is not define. So here is what I do if I want to continue with your version (but I recommand you upgrade to the latest release)

    Do search in the pdk directory for the library csl.ae66  In my release it is in C:\ti\pdk_C6670_1_0_0_19\packages\ti\csl\lib

     

    If you do not have the library in that location, it needs to be built.   If you do, add the path C:\ti\pdk_C6670_1_0_0_XX\packages  to the linker.  Go to the properties->linker->file search path and add it

    Again, I suggest installing teh latest version

    Ran

     

  • Hi ran,

    I think I find the problem.

    The install path of CCS may not contain any space, I change it from "c:\program file\Texas Instruments" to "c:\ti" then the example build without error.

    Best regards!