These messages are generated..!
I configured like this
This is result of command prompt when I type make VERBOSE=1
These messages are generated..!
I configured like this
This is result of command prompt when I type make VERBOSE=1
It works well in command prompt..
Please include the build from the command prompt for comparison (built with verbose logging enabled: make VERBOSE=1)
Thanks, looks identical, but would be nice to see the whole command string for app_button.c from the Eclipse log. Please try to remove sh.exe temporary from the build tools folder and see if you get the same result (do you have other shells installed?).
You seem to use an asian locale that does not use the \
as a path separator.
The error message is clear: CreateProcess
(the windows function to run a program) cannot find C:/Program Files/[...]
- note the wrong path separators here. CreateProcess()
needs windows path separators to work.
You will need to replace the /
in your "Toolchain Folder" setting. And you want to check whether this actually points to the correct location on your C: Drive.