diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
| commit | 63d2e9d409831aa8582787234cae4741847504b7 (patch) | |
| tree | 595fae753d2eb293437226eaab2eed208463f132 /results/scraper/box64/400 | |
| parent | 2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff) | |
| download | emulator-bug-study-63d2e9d409831aa8582787234cae4741847504b7.tar.gz emulator-bug-study-63d2e9d409831aa8582787234cae4741847504b7.zip | |
add box64 bug reports
Diffstat (limited to 'results/scraper/box64/400')
| -rw-r--r-- | results/scraper/box64/400 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/results/scraper/box64/400 b/results/scraper/box64/400 new file mode 100644 index 00000000..73c620f5 --- /dev/null +++ b/results/scraper/box64/400 @@ -0,0 +1,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 ? \ No newline at end of file |