-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Build script throwing subprocess "Exec format error" #86
Comments
update: |
the issue here is that the prebuilt rust/cargo is compiled for x86_64-linux, you will have to figure out a way to compile all of that yourself if you want to use it on aarch64-darwin |
why does aero need a seperate rust/cargo installation in place of the system default? |
it's for cross compiling iirc |
@jwpjrdev I'm not super familiar with the architecture of this project, but I think the whole unpacking a remote version of cargo from a Google Drive archive is just a band-aid fix implemented at some point that needs to be replaced (but again take this with a grain of salt). |
Hello! There's a bit of an issue with the build process, and the way the bundled cargo is called from
aero.py
seems to disagree with subprocess on my system for some reason.Results of
./aero.py --test
:python3 --version
:Python 3.9.6
macOS Ventura 13.0
aarch64-darwin
note: I'm well aware
aarch64-darwin
isn't officially supported, but it's one of the few (if not the only) mainstream consumer platform using theaarch64
architecture, and at least the onlyaarch64
-based device I have access to for testing.The text was updated successfully, but these errors were encountered: