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.

TMS320F28335: Problem regarding linking SOLAR_IQ library files to project

Part Number: TMS320F28335
Other Parts Discussed in Thread: CONTROLSUITE

I am trying to use the Clarke transformation structure present in the SOLAR_IQ library. As given in the SOLAR_IQ manual, I am doing the following steps to use it but getting this error -

"Description Resource Path Location Type expected a type specifier Lab17.c /lab17 line 43 C/C++ Problem". 

Steps I am following: 

1. Step 1 – Include library in {ProjectName}-Includes.h

Link Solar Library: (Solar_Lib_F.lib) located in:
controlSUITE\development\libs\app_libs\solar\v1.2\F\lib

#include “Solar_F.h”

2. Step 2 – Create and add module structure to {ProjectName}-Main.c

CLARKE_F clarke1;

3. Step 3 – Initialize module in {ProjectName}-Main.c

CLARKE_IQ_init(&clarke1);

I am getting an error in step 3 (Line number 43) which says "EXPECTED A TYPE CLASSIFIER".

I request you to please help me out. Thank you!