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/CC2650DK: DS

Part Number: CC2650DK
Other Parts Discussed in Thread: BLE-STACK, CC2650

Tool/software: Code Composer Studio

Errors when building an empty project with main.c:

"INTERNAL ERROR: C:\ti\ccsv7\tools\compiler\ti-cgt-arm_16.9.3.LTS\bin\armlnk.exe experienced an unhandled exception"

"makefile:141: recipe for target 'david10.out' failed"

 

  • This is a known bug in specific versions of the ARM compiler tools. You can install and use a newer version (either 16.12.0 or 17.3.0) that fixes this internal error. 

    To install a different version, go to menu Help->Install New Software and follow the steps described in this section. After installation, go back into Project Properties and set your Compiler Version to either of these two versions. 

    Having said that, I see that you are building an empty project for CC2650, that you likely created from the Empty Project template. This is generally not the recommended to get started with the CC2650 devices and you will likely hit other issues along the way. Instead it is recommended to start with the examples in the BLE-Stack software package. Please see this related thread.

    Hope this helps.

  • I cant find the 16.12.0/17.3.0 versions.

    Thanks.

  • What do you see when you go to menu Help->Install New Software, select "Code Generation Tools Updates" in the Work with field, expand "TI Compiler Updates" and filter for ARM? Do you see these versions if you uncheck the checkbox for "Show only the latest version of available software"?

    It might help to see a screenshot of your updates view.