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 cannot find the TI compiler!

Other Parts Discussed in Thread: CC2650STK

Hi,

Everything in my project works except for the following:

hal_types.h

I would get the following error:

I tried to fix the problem by doing the following, but this did nothing except for allow me to build the project successfully without any errors.

Then, if I tried to debug the built project with this temporary fix, I would get the following error message:

Any ideas on how to fix this?

Thanks in advance!

  • Hello,
    Are you working with SimpleLink examples? If so, you need to specify the compiler version being used via the -D / --define option. and it sounds like that is missing in your case. Try adding the following predifine in your build options.

    __TI_COMPILER_VERSION=1

    Thanks
    ki
  • Hello,

    I am using SimpleLink. I forgot to mention I am using the CC2650STK with the DevPack JTAG Debugger.

    I tried your suggestion and the the project built without me having to try my "bandaid solution". However, after trying to start debugging, the CCS gives the same error again. I also tried changing this value to another value that I found in the build options: 5002002. This seems to be going down the right path to a possible solution since it the project did indeed build. Do you think there is something else that might be able to fix the issue?

    Thank you,
    box
  • Are you using one of the default examples or are you creating a new project? That option should be part of the examples so I'm wondering why it is missing.