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/TMS320F28335: 8.3.1. abs invalid arguments error

Part Number: TMS320F28335

Tool/software: Code Composer Studio

Hi,

when I compile a project with CCS 8.3.1 I get a compilation error in the abs function:

Invalid arguments. 

When I position the mouse over the error sign in the screen I get  Invalid Arguments Candidates are int abs(int). 

I've check the arguments and they're ok. 

Moreover, the output binary of the project is corrrectly generated.

That's why I think it is not problem of the compiler but a problem that comes from the Eclipse environment.

The error sign I get is different from the error sign  when there is a real error. For example a lack of ; at the end of a line.

Has anyone experienced the same problem ?.

Looks like Eclipse is doing some kind of syntax analysis prior to sending the code to the compiler.

Is there any way to disable this feature of Eclipse ?

Regards,

Aitor