-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
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
exec format error #1
Comments
You want to build this on x64. I tried the same and then facepalmed since it's a cross-compiler image. resin-xbuild: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, stripped |
Anyone solved it? |
1 similar comment
Anyone solved it? |
Solved what? The second comment explained this container is built for x86_64 architecture. |
So if I do a |
Uhhhh, so I need to have an x86 machine in order to build docker-compose for an aarch64... Can someone provide some clarity on this? Something (like a single sentence) in the README would have preempted this issue entirely. |
per other issue #4 one can build on aarch64 by removing a couple lines that invoke the cross compile. Haven't tried it yet but will report back |
couldn't get either cross or direct build working with this Dockerfile...but I discovered a somewhat obvious alternative package is available via pip! You need to this on your arm64 box obviously. On mine I had to install these additional dev libraries below (you maybe be missing others like build-essential if you never have complied any C code before). I'm running python 3.6 by default on that box.
little slow to compile on the board itself but...TADA Easily upgradable in future with --upgrade |
Cloned and ran using a
aarch64
architecture. This is the error:Any ideas?
The text was updated successfully, but these errors were encountered: