Problem with manual making translated program with MinGW
- Posted by Insolor Oct 23, 2012
- 1268 views
Trying to translate my program without compilation with euc -gcc -con -makefile x.exw command I get the following:
Translating code, pass: 1 2 3 4 5 6 7 8 generating 33.c files were created. To build your project, type make -f x.mak
Ok, let's type make -f x.mak:
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).