Page 1 of 1

Problems compiling on Windows

Posted: Sat Dec 17, 2011 7:49 pm
by uze6666
Hi guys,

Yesterday, I tried to update the emulator to work with the latest kernel update. However for some reasons it won't compile at all:

Code: Select all

**** Build of configuration release for project uzem ****

make release 
process_begin: CreateProcess((null), sh -c "uname -s 2>/dev/null || echo not", ...) failed.
makefile:142: *** Unsupported platform!.  Stop.
Back then I was able to compile it, but I probably did some changes to my system since but, now, I can't seem to remember what it was. In the makefile, I noticed UNIX commands like "mkdir" which, I assume were working before since I have generated binaries lying in the folder. Somehow these commands are not available in the cmd.exe shell right now. So perhaps I'm missing a component of MinGW (C:\MinGW\bin is still on my path btw)? Can't find info on the Wiki, so...anybody...any ideas?

Thanks

-Uze