summary refs log tree commit diff stats
path: root/results/scraper/box64/400
blob: 73c620f59910bfde26b60420cf4892bfbb2b0b6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Error during make -j4 
Hi,
During the make -j4 command I got this issue :
[  1%] Building C object CMakeFiles/dynarec_native.dir/src/dynarec/arm64/dynarec_arm64_functions.c.o
[  1%] Built target WRAPPERS
In file included from /home/math/box64/src/emu/x64emu_private.h:4,
                 from /home/math/box64/src/dynarec/dynablock.c:10:
/home/math/box64/src/include/regs.h:250:2: error: unknown type name ‘__uint128_t’
  250 |  __uint128_t u128;
      |  ^~~~~~~~~~~
In file included from /home/math/box64/src/dynarec/dynablock.c:16:
....
....
make[2]: *** [CMakeFiles/native_pass1.dir/build.make:95: CMakeFiles/native_pass1.dir/src/dynarec/arm64/dynarec_arm64_emit_tests.c.o] Error 1
make[2]: *** [CMakeFiles/native_pass1.dir/build.make:108: CMakeFiles/native_pass1.dir/src/dynarec/arm64/dynarec_arm64_emit_math.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:163: CMakeFiles/native_pass1.dir/all] Error 2
make: *** [Makefile:182: all] Error 2

I ran the command on a raspberry pi4 with Raspbian GNU/Linux 11 (bullseye)
Do you know where that come from ?