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.

CC3235SF: Build Issue with 'No Rule to Make Target 'clean' & Missing Compiler in CCS IDE (Version 9.1.0) for CC3235SF

Part Number: CC3235SF

Tool/software:

I am encountering a build issue when working with the SimpleLink CC32xx SDK version 7.10.00.13 in Code Composer Studio (CCS) version 9.1.0. I am trying to build an example project for the CC3235SF Wi-Fi chip, but I'm getting the following errors:

  1. gmake: *** No rule to make target 'clean'.
  2. Buildfile generation error occurred.
  3. This project was created using a version of compiler that is not currently installed - null [ARM].

Error Details:

  • When I attempt to build the project, it fails with a "no rule to make target 'clean'" message.
  • I also see a message indicating that the compiler is not currently installed or configured properly.
  • The error suggests checking for updates in CCS, downloading the missing compiler, or verifying that it's registered correctly in the IDE settings.

Steps Taken:

  1. I have installed the SimpleLink CC32xx SDK 7.10.00.13 and created a new project in CCS 9.1.0.
  2. I've tried following the steps in the SDK documentation, but the issue persists.
  3. I checked the compiler settings in CCS Preferences > Build > Compilers, and I also attempted to install new software updates, but no success so far.

Questions:

  • Does anyone know why this error occurs, and how to resolve the issue?
  • Are there any specific versions of the ARM compiler that I need to install for this SDK version?
  • Is there a way to manually set up or configure the required compiler for this project in CCS 9.1.0?
  • Any other suggestions on resolving the "no rule to make target 'clean'" error?
  • Hi,

    This error means that the compiler you are using is not good.

    Why are you using such an old CCS version?

    Basically, the latest SDK was tested with CCS v12.x.

    When you import the project to CCS, does it succeed? 

    what compiler version do you see under Properties-->General?

    Most likely the compiler (TICLANG) does not exist in the older CCS.

    Shlomi