clang++ -std=c++20 -O3 -flto -DNDEBUG -DSP_NETWORK_FILE=\"/mnt/storage/Chess/swebench/Client/Networks/57FD7BEF\" -DSP_VERSION=5.0.17 -D_SILENCE_CXX20_ATOMIC_INIT_DEPRECATION_WARNING -DSP_NATIVE -march=native -DSP_FAST_PEXT -pthread -fuse-ld=lld -o sp_profile -DSP_PGO_PROFILE -fprofile-instr-generate src/main.cpp src/uci.cpp src/util/split.cpp src/position/position.cpp src/movegen.cpp src/search.cpp src/util/timer.cpp src/pretty.cpp src/ttable.cpp src/limit/time.cpp src/eval/nnue.cpp src/perft.cpp src/bench.cpp src/tunable.cpp src/opts.cpp src/3rdparty/fathom/tbprobe.cpp src/datagen/datagen.cpp src/wdl.cpp src/cuckoo.cpp src/datagen/marlinformat.cpp src/datagen/viri_binpack.cpp src/tb.cpp src/3rdparty/zstd/zstddeclib.c src/eval/nnue/io_impl.cpp src/attacks/black_magic/attacks.cpp src/attacks/bmi2/attacks.cpp
clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
error: Could not find incbin file 'L:/dev/misc/stormphrax/nets/net036_oldcbnf.nnue'
.incbin "L:/dev/misc/stormphrax/nets/net036_oldcbnf.nnue"
        ^
error: Could not find incbin file 'L:/dev/misc/stormphrax/nets/net036_oldcbnf.nnue'
.incbin "L:/dev/misc/stormphrax/nets/net036_oldcbnf.nnue"
        ^
error: Could not find incbin file 'L:/dev/misc/stormphrax/nets/net036_oldcbnf.nnue'
.incbin "L:/dev/misc/stormphrax/nets/net036_oldcbnf.nnue"
        ^
ld.lld: error: ld-temp.o <inline asm>:22:9: Could not find incbin file 'L:/dev/misc/stormphrax/nets/net036_oldcbnf.nnue'
.incbin "L:/dev/misc/stormphrax/nets/net036_oldcbnf.nnue"
        ^

clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Makefile:139: Stormphrax-18084258-57FD7BEF] Error 1