g++ -O3 -march=native -fno-finite-math-only -funroll-loops -flto -fuse-ld=lld -std=c++20 -DNDEBUG -static -pthread -DEVALFILE=\"/home/dragon/OpenBench/Client/Networks/63DA2483\" -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-BC382140-63DA2483
In file included from src/main.cpp:9:
src/uci.h:100:61: warning: backslash and newline separated by space
100 | |__ __|/\ | __ \| \ | |_ _|/ ____| | | | ____| __ \
src/movepicker.cpp: In member function ‘chess::Move MovePicker::nextMove()’:
src/movepicker.cpp:163:1: warning: control reaches end of non-void function [-Wreturn-type]
163 | }
| ^
src/nnue.cpp:31:54: note: ‘#pragma message: Using AVX512 NNUE inference’
31 | #pragma message("Using AVX512 NNUE inference")
| ^
collect2: fatal error: cannot find ‘ld’
compilation terminated.
make: *** [Makefile:35: Tarnished-BC382140-63DA2483] Error 1