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/2769 | |
| parent | 2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff) | |
| download | qemu-analysis-box64.tar.gz qemu-analysis-box64.zip | |
add box64 bug reports box64
Diffstat (limited to 'results/scraper/box64/2769')
| -rw-r--r-- | results/scraper/box64/2769 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/results/scraper/box64/2769 b/results/scraper/box64/2769 new file mode 100644 index 000000000..54ed6d05a --- /dev/null +++ b/results/scraper/box64/2769 @@ -0,0 +1,15 @@ +LA64 Debug build link error. +Release working well. +``` + +/usr/bin/ld: libdynarec.a(dynacache_reloc.c.o): in function `AddRelocTable64Const': +/home/user/work/src/box64/src/dynarec/dynacache_reloc.c:52:(.text+0x48): undefined reference to `getConst' +/usr/bin/ld: libdynarec.a(dynacache_reloc.c.o): in function `ApplyRelocs': +/home/user/work/src/box64/src/dynarec/dynacache_reloc.c:185:(.text+0x84c): undefined reference to `getConst' +/usr/bin/ld: libdynarec.a(dynacache_reloc.c.o): in function `RelocGetNext': +/home/user/work/src/box64/src/dynarec/dynacache_reloc.c:242:(.text+0xd08): undefined reference to `getConst' +collect2: error: ld returned 1 exit status +make[2]: *** [CMakeFiles/box64.dir/build.make:936:box64] 错误 1 +make[1]: *** [CMakeFiles/Makefile2:552:CMakeFiles/box64.dir/all] 错误 2 +make: *** [Makefile:166:all] 错误 2 +``` \ No newline at end of file |