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 building projects from Chip Source Library in CCS v6

Other Parts Discussed in Thread: TMS320C5515

Hi All,

I am using Code Composer Studio v6.1.3 with DSP/BIOS 5.42.01.09 and with compiler v4.4.1. I am running this on 64-bit windows 7  Service Pack 1 OS.

I have downloaded and have been trying to build examples from chip support library v03.05.00.01 to work with my TMS320C5515 EVM. I am folowing all instructions from the pdf document within the library:

-commented out the #define C5517_EVM in the first and third part of the c55_csl_3.05\c55xx_csl\inc\csl_general.h.

-set the c55_csl_3.05 folder as my workspace

-imported all projects from c55_csl_3.05/ c55xx_csl \ccs_v6.x_examples folder in the workspace

After finishing all this, I tried building all projects within my workspace, and I get these errors:

In the CSL_SPI_Example_Out project I get this error:

Cannot build project. Referenced project 'C55XXCSL_LP' contains build-errors

In the C55XXCSL_LP project I get this error:
Cannot build project. Referenced project 'atafs_bios_drv_lib' contains build-errors

In the atafs_bios_drv_lib project I get this error

gmake: *** No rule to make target 'clean'. atafs_bios_drv_lib Unknown C/C++ Problem

Thank you for all your help,

Darko

  • Hello Darko,
    It looks like some issue with the 'atafs_bios_drv_lib' dependent project, which is referenced by C55XXCSL_LP. I had to resolve some missing dependency with the project. Check the build properties for atafs_bios_drv_lib, specifically the Linked Resources, make sure there are no errors with the links in the project properties.

    Hope this helps
    ki
  • Hi Ki,

    Thank you for the reply.

    In the next picture you can see Build Properties:

    3e2c9e332c67e36c163fca2bc679bba9.jpg

    I am not sure how to read this, so if you have any advice, I would like to hear your opinion.

    Thank you for the help.

    Darko

  • Try removing the invalid reference shown in the screenshot below:

    I just simply deleted it. After I did that, I rebuilt and it built fine. That then allowed all other projects to build fine. I'm not sure why that error exists in the project at all (I am not familiar with the project in general), but it looks like it is not needed and everything works fine when I remove it.

    Hope this helps

    ki