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: Using CCS with GCC

Tool/software: Code Composer Studio

Hi.

I want to run some c++ examples in code composer studio on pc (no any cross-compiling).

I have installed MinGW and created "Project C++" with simple "Hello, world" example.

During compilation there is an error "Program "make" not found in PATH".

Is it possible to use copmile and run c++ programs with CCS?

  • Hi,

    Let me see if I understood this correctly; do you want to use CCS to build Windows code?

    If so, it is possible but we do not directly support this with our tool. However, you seem to be following the correct path by creating an Eclipse/CDT C++ Project C++.

    The error message has an easy fix, though: Eclipse/CDT cannot not find the "make" utility, which is usually provided in *nix systems. Either you obtain a "make" Windows executable or use the provided gmake.exe utility located under the %CCS_INSTALL_DIR%/ccsv8/utils/bin

    That said, unfortunately I can't help you further, but there are many tutorials around on the internet that can help you move forward.

    Hope this helps,
    Rafael