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.
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
Hi Michelle,
have you
- made sure you use the CCS import? Project->Import existing CCS/Eclipse Project
- checked your include paths and variables
http://processors.wiki.ti.com/index.php/Include_paths_and_options
Do you have issues with other projects or exampels?
Best Regards,
Lisa
Hello Lisa,
That was it. I had imported the project as an Existing project but not as a CCS existing project. I was able to build the examples.
Thank you,
Michelle
Hi Michelle,
no worries, glad to help. All the best with development.
Best Regards,
Lisa