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
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.
I solve it. Thank you.
I solve it. Thank you.