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
Describe the bug binary is not executable on this architecture
To Reproduce i tried installing manually from releases (arm64) as well as with the install script
$ ./rtx/bin/rtx bash: rtx/bin/rtx: cannot execute: required file not found
Expected behavior rtx invokes successfully
rtx doctor output
rtx doctor
not applicable
Additional context
$ uname -a Linux 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux $ lsb_release -a Distributor ID: Raspbian Description: Raspbian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm
The text was updated successfully, but these errors were encountered:
the issue seems to be 64bit kernel with 32bit user space. in other words, i would need an armhf build of rtx in order to use it on this installation.
some related topics in this area:
rust-lang/rustup@745473d rust-lang/rustup#3307 https://forums.raspberrypi.com/viewtopic.php?t=349291
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
binary is not executable on this architecture
To Reproduce
i tried installing manually from releases (arm64) as well as with the install script
Expected behavior
rtx invokes successfully
rtx doctor
outputAdditional context
$ uname -a Linux 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux $ lsb_release -a Distributor ID: Raspbian Description: Raspbian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm
The text was updated successfully, but these errors were encountered: