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/TMS320C6713B: Error #10010 and #10234-D

Part Number: TMS320C6713B

Tool/software: Code Composer Studio

Hello there, 

Am pretty new to CCS. I tried to run a simple sine wave interrupt model on CCS just to see if things are working fine once after I installed. But, am getting the following errors after building the project. Can you please help me fix these. 

P.S.: I came across Ti Wiki page which gives steps to (manually) link the additional files to the project, but I didn't know what file to link ( it's a zipped project file ). 

Below, I've attached the screenshot of the log. 

  • Missing symbols means you either did not include a library/file you needed or misspelled something. The error details will point you in the right direction.
  • If you are new to CCS, this page that describes the most common build errors should be helpful in understanding what those build errors mean and what type of action to take.

    I would first focus on the error: "cannot find file "rts6700.lib". If you already have that file as part of the original project, make sure the path to the rts6700.lib file is provided in the linker's file search path option.