g++   *.cpp Fathom/src/tbprobe.c -DEVALFILE=\"weights-5buckets-epoch390.nnue\" -I . -IFathom -Wall -g -std=c++17 -O3 -funroll-loops -DPEXT_GOOD -lpthread -mno-avx512f -march=native -DTUNE_FLAG -o /tmp/tmpu3qk8z5l/Clover/Clover-hehe-xd/src/Clover-AAE62A1E
main.cpp:59:1: fatal error: error writing to /tmp/ccd424Ds.s: No space left on device
   59 | }
      | ^
compilation terminated.
Fathom/src/tbprobe.c: In function ‘void tb_expand_mate({anonymous}::Pos*, TbRootMove*, {anonymous}::Value, unsigned int)’:
Fathom/src/tbprobe.c:2459:41: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
 2459 |   if (popcount(pos->white | pos->black) <= cardinalityDTM) {
      |                                         ^
make: *** [makefile:50: tune] Error 1