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/TIDA-01580: Code Composer Studio error Question

Part Number: TIDA-01580

Tool/software: Code Composer Studio

Hi. GMake error appears like in the picture, but I don't know how to solve it. Help me.

simpleLink CC2640R2 SDK : 1.40.0.45

XDCtools : 3.50.2.20

  • There would be more specific error shown earlier in the output or in the problems view.  Howeer given the filename noted here I believe I know what the probleml is.  If you are using CCSv10.0 or CCSv10.1 they come with the latest 20.2 compiler.  The CC2640R2 SDK that you are using requires an older compiler.  If I look at the release notes for that SDK I see the 16.9 compiler mentioned:

    Using the newer CCS should be fine but I would recommend installing an older compiler.  You can do this from inside CCS by going to the help menu and selecting "Install Code Generaion Compiler Tools".  Expand TI Compiler Updates and you can then select the latest 16.9 ARM compiler:

    After installing this the project should build fine.  If it does not go to the properties of the project and ensure that it is using this compiler.  Note that if you are runnign CCSv10.0 and not 10.1 you will need to go to the preferences dialog in CCS (Window -> Preferences) and click on the refresh button below to get it to discover the compiler:

    Regards,

    John

  • Hi. I did the same thing, but it didn't solve the problem. Is there any other way?

  • Ok the compiler is correctly configured.

    The build is not finding the source file

    C:/Users/ms782/workspace_v10/Support Files/examples/rtos/CC2640R2_LAUNCHXL/ble5apps/throughput_central/src/stack/osal_ical_ble.c

    Looking at the zip for the TDA-01580 firmware I can see a "Support Files" folder in it.

    The projects are likely assuming that these files are in a location relative to the project.

    If I import the examples and have the box checked to "Copy projects into workspace".  

    If I do this then I am not able to open the osal_icall_ble.c file

    If I remove the projects from my workspace and import them again.  This time clearing the box to copy them.  I am then able to open the file.

    Regards,

    John