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.
Tool/software:
CCS 20.0.1
Import Project(s)... results in "unresolved" project source files. This is repeating for all example projects I attempt to import. Related to COM_TI_C2000WARE_INSTALL_DIR ?
The Explorer view adds "unresolved" in red next to each file in the project.
Ex build output
[0]**** Build of configuration CPU1_Flash for project Example_28379D_LaunchPad ****
[1]"C:\\ti\\ccs2001\\ccs\\utils\\bin\\gmake" -k all
[2]gmake: *** No rule to make target 'C:/ti/ccs2001/ccs/eclipse/COM_TI_C2000WARE_INSTALL_DIR/device_support/f2837xd/examples/cpu1/launchxl_f28379d/cpu01/Example_F28379D_LaunchPadDemo.c', needed by 'Example_F28379D_LaunchPadDemo.obj'.
[3]gmake: *** No rule to make target 'C:/ti/ccs2001/ccs/eclipse/COM_TI_C2000WARE_INSTALL_DIR/device_support/f2837xd/common/source/F2837xD_Adc.c', needed by 'F2837xD_Adc.obj'.
[4]gmake: *** No rule to make target 'C:/ti/ccs2001/ccs/eclipse/COM_TI_C2000WARE_INSTALL_DIR/device_support/f2837xd/common/source/F2837xD_CodeStartBranch.asm', needed by 'F2837xD_CodeStartBranch.obj'.
[5]gmake: *** No rule to make target 'C:/ti/ccs2001/ccs/eclipse/COM_TI_C2000WARE_INSTALL_DIR/device_support/f2837xd/common/source/F2837xD_CpuTimers.c', needed by 'F2837xD_CpuTimers.obj'.
[6]gmake: *** No rule to make target 'C:/ti/ccs2001/ccs/eclipse/COM_TI_C2000WARE_INSTALL_DIR/device_support/f2837xd/common/source/F2837xD_DefaultISR.c', needed by 'F2837xD_DefaultISR.obj'.
[7]gmake: *** No rule to make target 'C:/ti/ccs2001/ccs/eclipse/COM_TI_C2000WARE_INSTALL_DIR/device_support/f2837xd/headers/source/F2837xD_GlobalVariableDefs.c', needed by 'F2837xD_GlobalVariableDefs.obj'.
[8]gmake: *** No rule to make target 'C:/ti/ccs2001/ccs/eclipse/COM_TI_C2000WARE_INSTALL_DIR/device_support/f2837xd/common/source/F2837xD_Gpio.c', needed by 'F2837xD_Gpio.obj'.
[9]gmake: *** No rule to make target 'C:/ti/ccs2001/ccs/eclipse/COM_TI_C2000WARE_INSTALL_DIR/device_support/f2837xd/common/source/F2837xD_PieCtrl.c', needed by 'F2837xD_PieCtrl.obj'.
[10]gmake: *** No rule to make target 'C:/ti/ccs2001/ccs/eclipse/COM_TI_C2000WARE_INSTALL_DIR/device_support/f2837xd/common/source/F2837xD_PieVect.c', needed by 'F2837xD_PieVect.obj'.
[11]gmake: *** No rule to make target 'C:/ti/ccs2001/ccs/eclipse/COM_TI_C2000WARE_INSTALL_DIR/device_support/f2837xd/common/source/F2837xD_Sci.c', needed by 'F2837xD_Sci.obj'.
[12]gmake: *** No rule to make target 'C:/ti/ccs2001/ccs/eclipse/COM_TI_C2000WARE_INSTALL_DIR/device_support/f2837xd/common/source/F2837xD_SysCtrl.c', needed by 'F2837xD_SysCtrl.obj'.
[13]gmake: *** No rule to make target 'C:/ti/ccs2001/ccs/eclipse/COM_TI_C2000WARE_INSTALL_DIR/device_support/f2837xd/common/source/F2837xD_usDelay.asm', needed by 'F2837xD_usDelay.obj'.
[14]gmake: *** No rule to make target 'C:/ti/ccs2001/ccs/eclipse/COM_TI_C2000WARE_INSTALL_DIR/device_support/f2837xd/examples/cpu1/launchxl_f28379d/cpu01/sci_io.c', needed by 'sci_io.obj'.
[15]gmake: Target 'all' not remade because of errors.
[16]**** Build Finished ****
Hi Paul,
Are you using the latest version of C2000Ware to import the CCS projects? It sounds like the relative path isn't getting resolved correctly. Have any modifications been made to C2000Ware after the installation? You can also try to manually define COM_TI_C2000WARE_INSTALL_DIR in your project properties and point it to the installation directory for C2000Ware
Regards,
Peter
I installed C2000Ware_5_04_00_00 this week. It's located at c:\ti\C2000Ware_5_04_00_00\
I also have C2000Ware_4_02_00_00 installed. It's located at C:\ti\c2000\C2000Ware_4_02_00_00\. This is from some time ago.
I didn't make any modifications to the installation.
A couple of questions:
1. Where would COM_TI_C2000WARE_INSTALL_DIR normally be defined?
2. You suggested defining in Project Properties....where exactly?
Thanks,
Paul
Hi Paul,
You can access the variables by right-clicking the project and going to Project Properties. Then go to General > Variables. This should list all the variables used in the project and you can edit these as needed. You can also enable showing the system variables if needed.
Regards,
Peter