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.
Part Number: CCSTUDIO-C2000
Tool/software: Code Composer Studio
Hi, there
I am working with the CCS Version 7.3.0.00019. And the DSP I am using is TMS320F28379D.
My project used to be working, but I am just trying to start use the dual core and may have changed some project setting. Now I can not link the project. it shows the following problems:
<Linking>
"C:\\Users\\ericw\\AppData\\Local\\Temp\\{3DD756A0-0472-428F-89B9-14DA0E3077B3}", line 44: error #10008-D: cannot find file "./9500_CLA_functions.obj"
"C:\\Users\\ericw\\AppData\\Local\\Temp\\{3DD756A0-0472-428F-89B9-14DA0E3077B3}", line 45: error #10008-D: cannot find file "./9500_DPRAM.obj"
"C:\\Users\\ericw\\AppData\\Local\\Temp\\{3DD756A0-0472-428F-89B9-14DA0E3077B3}", line 46: error #10008-D: cannot find file "./9500_GlobalVariableDefs.obj"
"C:\\Users\\ericw\\AppData\\Local\\Temp\\{3DD756A0-0472-428F-89B9-14DA0E3077B3}", line 47: error #10008-D: cannot find file "./9500_Hardware.obj"
"C:\\Users\\ericw\\AppData\\Local\\Temp\\{3DD756A0-0472-428F-89B9-14DA0E3077B3}", line 48: error #10008-D: cannot find file "./9500_command.obj"
"C:\\Users\\ericw\\AppData\\Local\\Temp\\{3DD756A0-0472-428F-89B9-14DA0E3077B3}", line 50: error #10008-D: cannot find file "./F2837xD_Adc.obj"
"C:\\Users\\ericw\\AppData\\Local\\Temp\\{3DD756A0-0472-428F-89B9-14DA0E3077B3}", line 51: error #10008-D: cannot find file "./F2837xD_CLA.obj"
"C:\\Users\\ericw\\AppData\\Local\\Temp\\{3DD756A0-0472-428F-89B9-14DA0E3077B3}", line 52: error #10008-D: cannot find file "./F2837xD_CodeStartBranch.obj"
"C:\\Users\\ericw\\AppData\\Local\\Temp\\{3DD756A0-0472-428F-89B9-14DA0E3077B3}", line 53: error #10008-D: cannot find file "./F2837xD_DefaultISR.obj"
"C:\\Users\\ericw\\AppData\\Local\\Temp\\{3DD756A0-0472-428F-89B9-14DA0E3077B3}", line 55: error #10008-D: cannot find file "./F2837xD_ECap.obj"
"C:\\Users\\ericw\\AppData\\Local\\Temp\\{3DD756A0-0472-428F-89B9-14DA0E3077B3}", line 56: error #10008-D: cannot find file "./F2837xD_EPwm.obj"
"C:\\Users\\ericw\\AppData\\Local\\Temp\\{3DD756A0-0472-428F-89B9-14DA0E3077B3}", line 57: error #10008-D: cannot find file "./F2837xD_Emif.obj"
"C:\\Users\\ericw\\AppData\\Local\\Temp\\{3DD756A0-0472-428F-89B9-14DA0E3077B3}", line 58: error #10008-D: cannot find file "./F2837xD_GlobalVariableDefs.obj"
"C:\\Users\\ericw\\AppData\\Local\\Temp\\{3DD756A0-0472-428F-89B9-14DA0E3077B3}", line 59: error #10008-D: cannot find file "./F2837xD_Gpio.obj"
"C:\\Users\\ericw\\AppData\\Local\\Temp\\{3DD756A0-0472-428F-89B9-14DA0E3077B3}", line 60: error #10008-D: cannot find file "./F2837xD_Ipc.obj"
"C:\\Users\\ericw\\AppData\\Local\\Temp\\{3DD756A0-0472-428F-89B9-14DA0E3077B3}", line 61: error #10008-D: cannot find file "./F2837xD_PieCtrl.obj"
"C:\\Users\\ericw\\AppData\\Local\\Temp\\{3DD756A0-0472-428F-89B9-14DA0E3077B3}", line 62: error #10008-D: cannot find file "./F2837xD_PieVect.obj"
"C:\\Users\\ericw\\AppData\\Local\\Temp\\{3DD756A0-0472-428F-89B9-14DA0E3077B3}", line 63: error #10008-D: cannot find file "./F2837xD_SysCtrl.obj"
error #10010: errors encountered during linking; "Controller_CPU1.out" not built
The linker seems could not find the obj file. And it is weird that it try to find the obj file at a directory not related to my project. "C:\\Users\\ericw\\AppData\\Local\\Temp\\{3DD756A0-0472-428F-89B9-14DA0E3077B3}"
I can see those project under my project directory. And under project explorer/release, I can see those obj files.
Could you let me know what is going on?
Eric
Eric,
When I look at the project explorer capture it shows the .obj files there but with different names.
They have a prefix of F28xCPU1
When looking at the build error it is showing a "F2837xD" prefix
Did that change when you started using the dual core?
Do the project objects or linker command files have references to the F2837xD files?
I can't see the source part of the project but it looks like you have the F28xCPU1 C files in the project which is generating the matching obj files but then the linker is looking for the ones with the other name.
Regards,
John