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.

Linking Error!!!

Other Parts Discussed in Thread: RM48L952

Dear Engineers, 

I have C/C++ project for RM48L952 in Code Composer Studio Version: 5.4.0.00091 with TI v5.0.4 compiler.  After building I get the following error:  

1. #10010 errors encountered during linking; "Waper_Embedded_Software.out" not built Waper_Embedded_Software C/C++ Problem

2. #10056 symbol "cmd_req" redefined: first defined in "./common/services/CLI/CLI.obj"; redefined in "./startup/Initialize.obj" Waper_Embedded_Software C/C++ Problem

But the problem is that I have only one definition of "cmd_req" in "CLI.h" which is included in "Initialize.c". Also I would like to mention that there are many other variables that behave like  "cmd_req". 

So could you help how to solve this problem.

With the Best Regards,

Gor Hovsepyan