XOJO 2023R2 Arm errors

Greetings ,

I build a helper app for an arm CPU, i set it as 32 and 64 bit and once build i put it on the machine and on the ldd app i get the following message

not a dynamic executable

Any idea what is the issue and what can be done here ?

SoC Model Rockchip RK3399 - Hexacore
2x Cortex-A72 + 4x Cortex-A53
SoC Architecture ARMv8-A 64-bit
Debian 10.3

Thank you.

Make sure you selected ARM and Linux. that’s the error you usually get when you have a processor mismatch between the binary and the OS.

i did select, and build for 32 and as well for 64 bit arm and same issue , in the meantime i run the app on an x86 cpu to solve the issue but this is funny

Do you need to give execute permission to the executable?

Try to reinstall libc (if you are compiling things locally, or maybe a Xojo bug or unsupported target if crosscompiling).

sudo apt-get update
sudo apt-get install --reinstall libc6