Re: Problem with manual making translated program with MinGW
- Posted by mattlewis (admin) Oct 23, 2012
- 1282 views
Insolor said...
gcc -DEWINDOWS -fomit-frame-pointer -c -w -fsigned-char -O2 -m32 -Ic:/eu4 -ffast-math init-.c -o init-.o gcc: error: CreateProcess: No such file or directory make: *** [init-.o] Error 1
What's wrong?
The complete translation with euc -gcc -con x.exw ends successfully, but I need to modify one of the translated .c files before compilation (see http://openeuphoria.org/ticket/801.wc).
Take a look at this. Make sure that your PATH includes the directory where gcc.exe is. But since the translator works, I suspect that this is all correct.
Alternatively, try updating the makefile to use gcc.exe instead of gcc.
Matt