Skip to content
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

error during install on Chromebook #73

Closed
meepawe opened this issue Dec 8, 2023 · 1 comment · Fixed by #74
Closed

error during install on Chromebook #73

meepawe opened this issue Dec 8, 2023 · 1 comment · Fixed by #74
Assignees
Labels
bug Something isn't working

Comments

@meepawe
Copy link

meepawe commented Dec 8, 2023

" install.sh: line 85: /usr/local/bin/crosup: cannot execute binary file: Exec format error "

@tsirysndr tsirysndr added the bug Something isn't working label Dec 8, 2023
@tsirysndr
Copy link
Owner

Hi @meepawe ,

Thank you for bringing this to my attention. The error message "cannot execute binary file: Exec format error" suggests that there might be a compatibility issue with the CPU architecture.

Currently, the binary you are trying to run is built for x86_64 architecture, and it may not be compatible with ARM architecture. This could be the reason for the error you're encountering.

Can you do an uname -m to check your CPU architecture ?

I'll also add support for ARM cpus.

I appreciate your understanding, and if you have any further questions or need assistance, please feel free to ask.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants