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.
when I imported a program example for pwm generation from CCSv4 encountered following errors. Please help me to find the meaning of these errors
errors are:
Description Resource Path Location Type
unresolved symbol _InitSysCtrl, first referenced in ./DSP2833x_SysCtrl.obj Lab7 C/C++ Problem
symbol "_Setup_ePWM1A" redefined: first defined in Lab7 C/C++ Problem
errors encountered during linking; "Lab7.out" not built Lab7 C/C++ Problem
unresolved symbols remain Lab7 C/C++ Problem
symbol "_Gpio_select" redefined: first defined in Lab7 C/C++ Problem
symbol "_cpu_timer0_isr" redefined: first defined in Lab7 C/C++ Problem
This project was created using a version of compiler that is not currently installed: 5.2.3 [C2000]. Another version of the compiler will be used during build: 15.12.0. Please go to <a href="liveaction:OpenAppCenter">CCS App Center</a> to install the compiler of the required version, or migrate the project to one of the available compiler versions by adjusting project properties. Lab7 properties Problems
symbol "_main" redefined: first defined in "./DSP2833x_SysCtrl.obj"; Lab7 C/C++ Problem
waiting for reply.
With Regards
Aditya.
Thank You ! Gautam, I have resolved the Problem, the problem was with header files and I think CCS had generated to two .obj files for the same program.
with Regards
Aditya