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/MSP430FR5994: Unable to import IQMATHLIB library

Part Number: MSP430FR5994


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?