fsquillace / junest

The lightweight Arch Linux based distro that runs, without root privileges, on top of any other Linux distro.
GNU General Public License v3.0
2.08k stars 110 forks source link

Problem executing the bwrap exe on ARM. #330

Open abhi-k9 opened 1 year ago

abhi-k9 commented 1 year ago

I am unable to execute the bwrap binary on ARM. I get the following error:

.junest/usr/bin/bwrap: cannot execute [Exec format error]

Running readelf I can see it is for ARM, so not sure why the Exec format error

ELF Header: Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00 Class: ELF32 Data: 2's complement, little endian Version: 1 (current) OS/ABI: UNIX - System V ABI Version: 0 Type: DYN (Shared object file) Machine: ARM Version: 0x1 Entry point address: 0x38cc

lscpu output:

Architecture: aarch64 Byte Order: Little Endian CPU(s): 8 On-line CPU(s) list: 0-7 Thread(s) per core: 1 Core(s) per socket: 8 Socket(s): 1 NUMA node(s): 1 Model: 1 BogoMIPS: 50.00 L1d cache: 64K L1i cache: 64K L2 cache: 1024K NUMA node0 CPU(s): 0-7 Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp

Please let me know if any more information is needed. Appreciate the help.