ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.9k stars 287 forks source link

[BOX32] [ANDROID] Some Fixes for Android Build #1749

Closed KreitinnSoftware closed 2 months ago

KreitinnSoftware commented 2 months ago

It's compile correctly but a simple program (test01) don't load

Always give Faillure to create lib => fail with BOX64_LOG=2

ptitSeb commented 2 months ago

It's compile correctly but a simple program (test01) don't load

Always give Faillure to create lib => fail with BOX64_LOG=2

Yeah, I ave not ported the __libc_start (or whatever name it is, I forgot) wrapped function for Android, that's why it will always fail for now.

KreitinnSoftware commented 2 months ago

It's compile correctly but a simple program (test01) don't load Always give Faillure to create lib => fail with BOX64_LOG=2

Yeah, I ave not ported the __libc_start (or whatever name it is, I forgot) wrapped function for Android, that's why it will always fail for now.

Ah ok