Hi,
There is a similar post in MSP430 section, but no solution.
Does anyone know how to compile Contiki undr CCS5?
I put the source code of Contiki into my workspace and then File>New>Project>C/C++>Makefile Project with Existing Code > Next >Import Existing Code and selected TI Build Tools > Finish
Then I set the properties C/C++ Build I have:
Build command : make TARGET= cc2538dk
Build directory: ${workspace_loc:/contiki-master/examples/cc2538dk}
After that I have an error "Program "\bin\gmake" not found in PATH"
What make utility to use and how to specify it's PATHnaJ