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:
- gmake: *** No rule to make target 'clean'.
- Buildfile generation error occurred.
- 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:
- I have installed the SimpleLink CC32xx SDK 7.10.00.13 and created a new project in CCS 9.1.0.
- I've tried following the steps in the SDK documentation, but the issue persists.
- 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?