Downloading default network limgrave.bin
curl -sOL https://github.com/Bobingstern/tarnished-nets/releases/download/limgrave/limgrave.bin
g++ -O3 -march=native -fno-finite-math-only -funroll-loops -flto -fuse-ld=lld -std=c++20 -static -DNDEBUG -pthread -DEVALFILE=\"limgrave.bin\" -fuse-ld=lld src/datagen.cpp src/main.cpp src/movepicker.cpp src/nnue.cpp src/parameters.cpp src/search.cpp src/searcher.cpp src/util.cpp -o Tarnished-FCC62E1F
In file included from src/main.cpp:11:
src/uci.h:99:61: warning: backslash and newline separated by space
99 | |__ __|/\ | __ \| \ | |_ _|/ ____| | | | ____| __ \
|
src/movepicker.cpp: In member function ‘chess::Move MovePicker::nextMove()’:
src/movepicker.cpp:104:1: warning: control reaches end of non-void function [-Wreturn-type]
104 | }
| ^
src/nnue.cpp:32:54: note: ‘#pragma message: Using AVX512 NNUE inference’
32 | #pragma message("Using AVX512 NNUE inference")
| ^
collect2: fatal error: cannot find ‘ld’
compilation terminated.
make: *** [Makefile:35: Tarnished-FCC62E1F] Error 1