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/TMDSHVMPPTKIT: gmake: *** No rule to make target

Part Number: TMDSHVMPPTKIT
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

Hi Expert

I have simply installed controlSUITE 3.4.9 on CCS Version: 6.2.0.00050

I built simply the I meet lots of errors as follows.

gmake: *** No rule to make target 'C:/ti/controlSUITE/development_kits/HV_SOLAR_DC_DC/libs/app_libs/digital_power/f2803x_v3.3/C/ADC_SOC_Cnf.c', needed by 'ADC_SOC_Cnf.obj'.
gmake: *** No rule to make target 'C:/ti/controlSUITE/development_kits/HV_SOLAR_DC_DC/device_support/f2803x/v125/DSP2803x_common/source/DSP2803x_CodeStartBranch.asm', needed by 'DSP2803x_CodeStartBranch.obj'.
gmake: *** No rule to make target 'C:/ti/controlSUITE/development_kits/HV_SOLAR_DC_DC/device_support/f2803x/v125/DSP2803x_headers/source/DSP2803x_GlobalVariableDefs.c', needed by 'DSP2803x_GlobalVariableDefs.obj'.
gmake: *** No rule to make target

I did "Import CCS HV_Solar_DC_DC Projects".

Thanks

Daniel

  • Hi Daniel,

    The issue is that when the project is imported, there are issues with the linked resource path variables that the project relies on. The easiest way to resolve this is to tweak the "ORIGINAL_PROJECT_ROOT" variable to the location that the other variables think it is set to.

    Open the project properties and modify it to the location shown below. This is resolve the build errors:

    Thanks

    ki