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.

TMDSCNCD280039C: Build issue in CCS11

Part Number: TMDSCNCD280039C
Other Parts Discussed in Thread: C2000WARE

Hello,

I am facing issue to build project in CCS11.

It is showing error like :unresolved symbol _RamfuncsLoadSize, first referenced in ./source/device.obj 

I am not using C2000 ware program it is created separate.

I have attached snapshot for your reference.

  • It locks like the device.c file in your project has is using the ramfuncs functions which are not defined. Can you double check if these are defined in your linker command file. If not, you will need to define them there. You can copy a generic linker command file from C2000Ware.

    Additionally, are you using an example in C2000Ware? Or did you copy some files from the package into an existing project

  • Hello,

    I have copied all include and source file from device support library of c2000 to my existing project.

    ramfunction used in device.c file is already define in device.h header file and that header file included in device.c file.

    Any other reason for this type of error???

  • It could be that your include paths have not been defined correctly in your project. I will recommend that you import an empty C2000Ware project and add your source files to it. Once you do that, you should be able to start debugging it pretty quickly. It should also take care of the device support dependencies automatically.