diff options
Diffstat (limited to 'results/scraper/box64/143')
| -rw-r--r-- | results/scraper/box64/143 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/results/scraper/box64/143 b/results/scraper/box64/143 new file mode 100644 index 000000000..17adc142e --- /dev/null +++ b/results/scraper/box64/143 @@ -0,0 +1,17 @@ +Error: PltResolver: Symbol wcscasecmp_l(ver 5: wcscasecmp_l@GLIBC_2.3) not found, cannot apply R_X86_64_JUMP_SLOT +I'm trying to understand this error first. Is this saying the Symbol _wcscasecmp_l_ is missing from the Box64 version of GLIBC? + +I'm running under Ubuntu 20.04 on an M1 Mac in a Parallels VM. The program runs fine under the same version of Ubuntu when on x86_64. + +Box64 with Dynarec v0.1.5 36bfcd2 built on Oct 19 2021 23:15:06 + +The full error log includes + +> Error, memory map (@ 0x400000 0x80000/0x1000) for elf "./HelloWorld" allocated @0xffff9ba09000 +> Error: allocating memory for elf ./HelloWorld +.... +> Error, memory map (@ 0x400000 0x80000/0x1000) for elf "./HelloWorld" allocated @0xffff9ab89000 +> Error: allocating memory for elf ./HelloWorld +> Error: PltResolver: Symbol wcscasecmp_l(ver 5: wcscasecmp_l@GLIBC_2.3) not found, cannot apply R_X86_64_JUMP_SLOT 0x4b12f0 (0x412e46) in ./HelloWorld + +(Spaces added to keep the @ from becoming a mention) \ No newline at end of file |