Yesterday I managed to install MinGW (gcc version 4.5.0 for Windows).
But when I try to compile Stockfish 1.8 and it comes to 'Testing config sanity' I get an error message.
Der Befehl "test" ist entweder falsch geschrieben oder konnte nicht gefunden werden. Which means, the command 'test' could not be found.
Am I still missing some files?
In most packages I tried to install 'make' was not included. So I guess there are some more files absent...
Joerg Oster wrote:Yesterday I managed to install MinGW (gcc version 4.5.0 for Windows).
But when I try to compile Stockfish 1.8 and it comes to 'Testing config sanity' I get an error message.
Der Befehl "test" ist entweder falsch geschrieben oder konnte nicht gefunden werden. Which means, the command 'test' could not be found.
Am I still missing some files?
In most packages I tried to install 'make' was not included. So I guess there are some more files absent...
many thanks.
Finally i can compile my own builds, 32- and 64-bit.
However, if I try to do a profile-build I get another errror message: process_begin: CreateProcess(NULL, rm -rf *.gcda *.gcno bench.txt, ...) failed
make (e=2): Das System kann die angegebene Datei nicht finden
Any idea?
Another 'problem': Threads are 1 by default, though I have a Quad CPU.
Changing the line "["Threads"] = Option(4, 1, MAX_THREADS);" in ucioption.cpp doesn't seem to help.
Maybe Marco can help on this one?
Joerg Oster wrote:
Another 'problem': Threads are 1 by default, though I have a Quad CPU.
Changing the line "["Threads"] = Option(4, 1, MAX_THREADS);" in ucioption.cpp doesn't seem to help.
Maybe Marco can help on this one?
Joerg.
Set UCI "Threads" parameter to the number you prefer before to start the game.
Yes, playing in a GUI or even with cutechess-cli this is no problem.
But I also wanted to do some benching with different settings. Hence the question.
Yes, playing in a GUI or even with cutechess-cli this is no problem.
But I also wanted to do some benching with different settings. Hence the question.
However, if I try to do a profile-build I get another errror message: process_begin: CreateProcess(NULL, rm -rf *.gcda *.gcno bench.txt, ...) failed
make (e=2): Das System kann die angegebene Datei nicht finden
Any idea?
Makefile is designed for Linux/Unix, so some parts won't work under Windows. Anyway ordinary builds are more than enough if you want to experiment with your own ideas. With profile-builds you can get around 5% more speed, but because you are usually only interested in strength difference between original and modified versions, it doesn't matter.