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.

ccsv6 linker error TI compiler

Hello,

I am using TMS570 Hercules USB stick with TI compiler.

After building the project in ccsv6 I get the following error during linking,

 undefined first referenced
  symbol       in file
 --------- ----------------
 main      C:\ti\ccsv6\tools\compiler\arm_5.1.6\lib\rtsv7R4_T_be_v3D16_eabi.lib<args_main.obj>

I also have main.c included for build in the project but linker is unable to find the reference.

Ialso checked library file rtsv7R4_T_be_v3D16_eabi.lib it exists inside the path mentioned in the error log.

Any solution to resolve this issue?