We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am unable to execute the bwrap binary on ARM. I get the following error:
bwrap
.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
readelf
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am unable to execute the
bwrap
binary on ARM. I get the following error:Running
readelf
I can see it is for ARM, so not sure why theExec format error
lscpu output:
Please let me know if any more information is needed. Appreciate the help.
The text was updated successfully, but these errors were encountered: