g++ -s -pthread -std=c++17 -DNDEBUG -O3 -fno-stack-protector -fno-math-errno -funroll-loops -fno-exceptions -flto -flto-partition=one -march=native -DUSE_PEXT src/bitboard.o src/cuckoo.o src/evaluate.o src/main.o src/movegen.o src/movepick.o src/nnue.o src/position.o src/search.o src/threads.o src/timeman.o src/tt.o src/tuning.o src/uci.o src/ucioption.o src/zobrist.o src/fathom/src/tbprobe.o -o Obsidian-5352A1E8
/opt/rh/devtoolset-11/root/usr/libexec/gcc/x86_64-redhat-linux/11/ld: 找不到 src/bitboard.o: 没有那个文件或目录
/opt/rh/devtoolset-11/root/usr/libexec/gcc/x86_64-redhat-linux/11/ld: 找不到 src/cuckoo.o: 没有那个文件或目录
/opt/rh/devtoolset-11/root/usr/libexec/gcc/x86_64-redhat-linux/11/ld: 找不到 src/evaluate.o: 没有那个文件或目录
/opt/rh/devtoolset-11/root/usr/libexec/gcc/x86_64-redhat-linux/11/ld: 找不到 src/main.o: 没有那个文件或目录
/opt/rh/devtoolset-11/root/usr/libexec/gcc/x86_64-redhat-linux/11/ld: 找不到 src/movegen.o: 没有那个文件或目录
/opt/rh/devtoolset-11/root/usr/libexec/gcc/x86_64-redhat-linux/11/ld: 找不到 src/movepick.o: 没有那个文件或目录
/opt/rh/devtoolset-11/root/usr/libexec/gcc/x86_64-redhat-linux/11/ld: 找不到 src/nnue.o: 没有那个文件或目录
/opt/rh/devtoolset-11/root/usr/libexec/gcc/x86_64-redhat-linux/11/ld: 找不到 src/position.o: 没有那个文件或目录
/opt/rh/devtoolset-11/root/usr/libexec/gcc/x86_64-redhat-linux/11/ld: 找不到 src/search.o: 没有那个文件或目录
/opt/rh/devtoolset-11/root/usr/libexec/gcc/x86_64-redhat-linux/11/ld: 找不到 src/threads.o: 没有那个文件或目录
/opt/rh/devtoolset-11/root/usr/libexec/gcc/x86_64-redhat-linux/11/ld: 找不到 src/timeman.o: 没有那个文件或目录
/opt/rh/devtoolset-11/root/usr/libexec/gcc/x86_64-redhat-linux/11/ld: 找不到 src/tt.o: 没有那个文件或目录
/opt/rh/devtoolset-11/root/usr/libexec/gcc/x86_64-redhat-linux/11/ld: 找不到 src/tuning.o: 没有那个文件或目录
/opt/rh/devtoolset-11/root/usr/libexec/gcc/x86_64-redhat-linux/11/ld: 找不到 src/uci.o: 没有那个文件或目录
/opt/rh/devtoolset-11/root/usr/libexec/gcc/x86_64-redhat-linux/11/ld: 找不到 src/ucioption.o: 没有那个文件或目录
/opt/rh/devtoolset-11/root/usr/libexec/gcc/x86_64-redhat-linux/11/ld: 找不到 src/zobrist.o: 没有那个文件或目录
/opt/rh/devtoolset-11/root/usr/libexec/gcc/x86_64-redhat-linux/11/ld: 找不到 src/fathom/src/tbprobe.o: 没有那个文件或目录
collect2: error: ld returned 1 exit status
make: *** [Makefile:64:make] 错误 1