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/CC3220SF: Program "-E" not found in PATH

Part Number: CC3220SF

Tool/software: Code Composer Studio

Hello,

I have a customer who's seeing this "error" below:

If you look at the settings, this "-E" option looks like its defined as a CCS environment default:

The project builds fine since I don't think this option is even used, but what could cause this error to appear, and is it consequential to anything? The customer is concerned since it seems like this error prevents the project from being marked as "active" based on the bold formatting on the project name in the project explorer.

Regards,

Munan

  • Customer is using TI Compiler v18.1.4.LTS
  • Munan Xu said:
    If you look at the settings, this "-E" option looks like its defined as a CCS environment default:

    The setting you show in your screenshot is actually not used by CCS. I'm not sure where or why it is picking it up.

    What is more interesting is to look at the CCS build console to check if there are any errors. If there are no errors reported there, then the build should be good. Sometimes CCS/Eclipse reports spurious Eclipse errors in the Problems view that are not related to TI build environment. In most cases, using a new workspace resolves such type of errors, so you could give that a try.