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.

CODECOMPOSER: CODECOMPOSER

Part Number: CODECOMPOSER
Other Parts Discussed in Thread: TM4C1294NCPDT

Hello,

I was working on Code composer ver 9.02 and working on TM4c1294NCPDT controllers.  Yesterday I installed Code composer V10.2. After that  When I try to open CCS V9.02 It crashes after opening.  When I try to import the project to ccs v10.2 it displays the following errror

Description Resource Path Location Type
gmake: *** No rule to make target 'D:/working/tmc10/ALRU129v5/drivers/pinout.c', needed by 'drivers/pinout.obj'. ALRUMasv2 C/C++ Problem

Please help

Regards,

Ramesh

  • Hello,

    Yesterday I installed Code composer V10.2. After that  When I try to open CCS V9.02 It crashes after opening.

    Was CCS 10.2.0 and CCS 9.2.0 sharing the same workspace folder? If so, then likely the workspace got corrupted. You should not share workspaces between major versions of CCS (CCS 10.x and CCS 9.x). Try cleaning the workspace and make sure workspaces are not shared between the versions

    Description Resource Path Location Type
    gmake: *** No rule to make target 'D:/working/tmc10/ALRU129v5/drivers/pinout.c', needed by 'drivers/pinout.obj'. ALRUMasv2 C/C++ Problem

    If you continue to get this error after cleaning the workspace, then this looks to be a project configuration issue. Can you provide a screenshot of the Project Explorer view with the pinout.c file visible in the expanded project?

    Thanks

    ki

  • I restarted the laptop and ccs is not crashing after that.  I use different workspace.    Nor rule to make target... error comes because the absolute location resolved by new workspace is wrong.  I fixed the same and it is working