blob: 17adc142e33c14236980447aa90d42492fe5a339 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)
|