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/LAUNCHXL-CC26X2R1: Imported project giving compiler error

Part Number: LAUNCHXL-CC26X2R1

Tool/software: Code Composer Studio

Hi All,

I'm working on CC26x@r1 launchpad board.  I have installed ccsv8.3 and SDK.

I tried to import SDK examples to CCS, but its giving below error.

"NO TI ARM compiles, supporting device 'CC2642R1F', are currently installed"

But i installed ARM gcc compiler and TI ARM compiler. 

Please help me to solve it.

Thanks,

Basava.

  • When you installed CCS did you make sure to select the CC26xx Product family?



    One way to verify is to try creating a new CCS project (menu Project->New CCS Project) and see if you can select the device CC2642R1F. If you do not see the device listed there, then support for it was never installed. In that case, please follow the steps in this FAQ article that describes how to add features such as processor families to an existing CCS installation.

  • Hi,

    Thank you for the reply,

    I checked it.  I tried to create project and I can see the device name in the list " CC2652R1F".

    But on the top its showing error message.

    Below I'm attaching error and installed compiler pictures.

    Please let me know how we can solve this problem.

    Thanks,

    Basava.

  • Your last screenshot shows that the compiler tools are not discovered by CCS, as they do not appear under the "Discovered tools" list. Did the tools actually get installed properly, (ie) can you go into those directories inside C:\ti\ccsv8\tools\compiler and confirm that the compiler binaries are installed?

    If they are, try clicking the Refresh button and see if they are discovered. If they are not, then it is possible they did not get installed properly. In that case you may want to try reinstalling CCS, perhaps in another directory as a test.

    Just as a reference, this article describes the process of how compilers are installed and discovered by CCS: 
    http://software-dl.ti.com/ccs/esd/documents/ccs_compiler-installation-selection.html

  • Since I haven’t heard back from you, I’m assuming you were able to move past this issue. If not, please feel free to post a reply with an update. Thanks!