Snader
Member
- Joined
- May 7, 2020
- Messages
- 21
Well, back again and actually trying to build something for Windows for the first time.. but it is giving me headaches. Everything seems fine and can't pinpoint where the problem is. I have looked all over the forum,but nothing seems to help.
mingw32-make: *** [build/Debug32/main.o] Error 1
Makefile:59: recipe for target 'build/Debug32/main.o' failed
TRANS FAILED: Error executing 'mingw32-make ARCH="32" CCOPTS=" -m32 -O0" LDOPTS=" -m32 -LD:/Development/Cerberus/libs/Win32" LIBOPTS=" -lopenal32" SRCOPTS=" " VPATHOPTS=" " OUT="Debug32/CerberusGame"', return code=2
Abnormal program termination.
Exit code: -1
I am finally getting my Penguin game ready for steam, but this problem keeps me left with HTML5 only at the moment..
mingw32-make: *** [build/Debug32/main.o] Error 1
Makefile:59: recipe for target 'build/Debug32/main.o' failed
TRANS FAILED: Error executing 'mingw32-make ARCH="32" CCOPTS=" -m32 -O0" LDOPTS=" -m32 -LD:/Development/Cerberus/libs/Win32" LIBOPTS=" -lopenal32" SRCOPTS=" " VPATHOPTS=" " OUT="Debug32/CerberusGame"', return code=2
Abnormal program termination.
Exit code: -1
I am finally getting my Penguin game ready for steam, but this problem keeps me left with HTML5 only at the moment..
Last edited: