fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
g++ -std=c++20 -DNNUE_PATH=\"nnue.bin\" -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/arch/arch.cpp -o engine/arch/arch.o
g++ -std=c++20 -DNNUE_PATH=\"nnue.bin\" -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/arch/simd/simd.cpp -o engine/arch/simd/simd.o
g++ -std=c++20 -DNNUE_PATH=\"nnue.bin\" -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/bitboard.cpp -o engine/bitboard.o
g++ -std=c++20 -DNNUE_PATH=\"nnue.bin\" -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/eval.cpp -o engine/eval.o
g++ -std=c++20 -DNNUE_PATH=\"nnue.bin\" -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/history.cpp -o engine/history.o
g++ -std=c++20 -DNNUE_PATH=\"nnue.bin\" -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/main.cpp -o engine/main.o
g++ -std=c++20 -DNNUE_PATH=\"nnue.bin\" -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/movegen.cpp -o engine/movegen.o
g++ -std=c++20 -DNNUE_PATH=\"nnue.bin\" -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/movepicker.cpp -o engine/movepicker.o
g++ -std=c++20 -DNNUE_PATH=\"nnue.bin\" -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/nnue/accumulator.cpp -o engine/nnue/accumulator.o
g++ -std=c++20 -DNNUE_PATH=\"nnue.bin\" -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/nnue/network.cpp -o engine/nnue/network.o
g++ -std=c++20 -DNNUE_PATH=\"nnue.bin\" -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/params.cpp -o engine/params.o
g++ -std=c++20 -DNNUE_PATH=\"nnue.bin\" -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/search.cpp -o engine/search.o
g++ -std=c++20 -DNNUE_PATH=\"nnue.bin\" -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/tb.cpp -o engine/tb.o
g++ -std=c++20 -DNNUE_PATH=\"nnue.bin\" -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/threads.cpp -o engine/threads.o
g++ -std=c++20 -DNNUE_PATH=\"nnue.bin\" -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/ttable.cpp -o engine/ttable.o
g++ -std=c++20 -DNNUE_PATH=\"nnue.bin\" -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c Pyrrhic/tbprobe.cpp -o Pyrrhic/tbprobe.o
In file included from engine/bitboard.hpp:21,
                 from engine/bitboard.cpp:19:
engine/includes.hpp:42: warning: "VERSION" redefined
   42 | #define VERSION "v7.1"
      | 
<command-line>: note: this is the location of the previous definition
In file included from engine/bitboard.hpp:21,
                 from engine/movegen.hpp:21,
                 from engine/movegen.cpp:19:
engine/includes.hpp:42: warning: "VERSION" redefined
   42 | #define VERSION "v7.1"
      | 
<command-line>: note: this is the location of the previous definition
In file included from engine/nnue/accumulator.hpp:21,
                 from engine/nnue/accumulator.cpp:19:
engine/nnue/../includes.hpp:42: warning: "VERSION" redefined
   42 | #define VERSION "v7.1"
      | 
<command-line>: note: this is the location of the previous definition
In file included from engine/main.cpp:19:
engine/includes.hpp:42: warning: "VERSION" redefined
   42 | #define VERSION "v7.1"
      | 
<command-line>: note: this is the location of the previous definition
In file included from engine/history.hpp:21,
                 from engine/history.cpp:19:
engine/includes.hpp:42: warning: "VERSION" redefined
   42 | #define VERSION "v7.1"
      | 
<command-line>: note: this is the location of the previous definition
In file included from engine/bitboard.hpp:21,
                 from engine/eval.hpp:21,
                 from engine/eval.cpp:19:
engine/includes.hpp:42: warning: "VERSION" redefined
   42 | #define VERSION "v7.1"
      | 
<command-line>: note: this is the location of the previous definition
In file included from engine/search.hpp:21,
                 from engine/search.cpp:19:
engine/includes.hpp:42: warning: "VERSION" redefined
   42 | #define VERSION "v7.1"
      | 
<command-line>: note: this is the location of the previous definition
In file included from engine/movepicker.hpp:21,
                 from engine/movepicker.cpp:19:
engine/includes.hpp:42: warning: "VERSION" redefined
   42 | #define VERSION "v7.1"
      | 
<command-line>: note: this is the location of the previous definition
In file included from engine/threads.hpp:21,
                 from engine/threads.cpp:19:
engine/includes.hpp:42: warning: "VERSION" redefined
   42 | #define VERSION "v7.1"
      | 
<command-line>: note: this is the location of the previous definition
In file included from engine/tb.hpp:21,
                 from engine/tb.cpp:19:
engine/includes.hpp:42: warning: "VERSION" redefined
   42 | #define VERSION "v7.1"
      | 
<command-line>: note: this is the location of the previous definition
In file included from engine/nnue/network.hpp:21,
                 from engine/nnue/network.cpp:19:
engine/nnue/../includes.hpp:42: warning: "VERSION" redefined
   42 | #define VERSION "v7.1"
      | 
<command-line>: note: this is the location of the previous definition
In file included from Pyrrhic/../engine/bitboard.hpp:21,
                 from Pyrrhic/tbconfig.h:41,
                 from Pyrrhic/tbprobe.h:32,
                 from Pyrrhic/tbprobe.cpp:39:
Pyrrhic/../engine/includes.hpp:42: warning: "VERSION" redefined
   42 | #define VERSION "v7.1"
      | 
<command-line>: note: this is the location of the previous definition
In file included from engine/ttable.hpp:21,
                 from engine/ttable.cpp:19:
engine/includes.hpp:42: warning: "VERSION" redefined
   42 | #define VERSION "v7.1"
      | 
<command-line>: note: this is the location of the previous definition
g++ -std=c++20 -DNNUE_PATH=\"nnue.bin\" -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -o Minke-6CFA1675 engine/arch/arch.o engine/arch/simd/simd.o engine/bitboard.o engine/eval.o engine/history.o engine/main.o engine/movegen.o engine/movepicker.o engine/nnue/accumulator.o engine/nnue/network.o engine/params.o engine/search.o engine/tb.o engine/threads.o engine/ttable.o Pyrrhic/tbprobe.o 
/tmp/ccxie4o4.s: Assembler messages:
/tmp/ccxie4o4.s:17: Error: file not found: nnue.bin
make[1]: *** [/tmp/ccLa2A0V.mk:2: /tmp/ccTgeD1B.ltrans0.ltrans.o] Error 1
make[1]: *** Waiting for unfinished jobs....
lto-wrapper: fatal error: make returned 2 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make: *** [Makefile:78: Minke-6CFA1675] Error 1