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.

Code Composer Compilation error

Hi,

I have a Legacy code which I am trying to run in Code Composer Studio code . But, when I build my code, it gave me error that it is unbale to read the IQmath library header file even though the file exists in the folder which contains all the header files.

So I downloaded a new IQmath library from TI's website and then tried to build the code, but it now shows me a missing msp430 header file. I have attached a picture of the error that I got.

please help me in resolving this error so that I am able to run the code.

  • Hello,

    Please double-check the Linked Resources in your Project Properties to make sure you are including the proper paths for the correct IQmath header file. It looks like there are conflicting device files being used according to the error in the image (MSP430 vs C2000), can you clarify which one you're using? Are you including any MSP430 device files in your project?

    Best regards,

    Omer Amir