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.

Error: Program "make" is not found in PATH/ gmake: *** No targets specified and no makefile found. Stop.

Hello,

I am using CCS v5.2.1.18 , Starterware 01.10.01.01 and the simulator to run on a Generic ARM device

I am trying to build some of the Starterware examples found in the build folder. I have imported the CCS projects of examples: GPIO, enet_echo, and enet_lwip. When I try to build the project, initially, I got an error message of : "Error: Program "make" is not found in PATH". I searched this in the forum and there was a similar case, the person was instructed to change the build command from make to gmake or use the ${CCS_UTILS_DIR}/bin/gmake -k. When I tried this, I got the error: "gmake: *** No targets specified and no makefile found. Stop." and "Error: Program "/bin/gmake" is not found in PATH", respectively. Can anyone help me with this?

Please let me know if you need more info.

Thanks,

Michelle