Tool/software: Code Composer Studio
I am trying to import IQMATHLIB library. I included path in file search option. have included "include" option . But I am getting error
"../main.c", line 7: error #41: expected an identifier
"../main.c", line 14: error #138: expression must be a modifiable lvalue
For code line
_q12 X, Y, Z;
Z = _Q12div(X, Y);
I thought that, I am providing wrong path so I directly copy the library file into project folder. Still I am getting this error.
What i am doing wrong here?