joergoster/Stockfish-NNUE

Problem on linux

Closed this issue · 0 comments

I built successfully on linux with standard architecture (20MB) by the following command:
make profile-nnue ARCH=x86-64-bmi2 COMP=gcc
but when I start the engine via uci command "go infinite", I have
a segmentation fault and the engine chrashes.
Perhaps, the default net is no good or the code is non portable to Linux systems?
Thanks in advance.