Not arm64 format for the arm64
See original GitHub issueI posted a post on Reddit and on the Discord but i didn’t get any answers…
So, I get a exec format error
when I execute ./code-server
and when a launch it with docker, I get standard_init_linux.go:211: exec user process caused "exec format error" failed to resize tty, using default size
So, how can I do to launch the software on my RPi4 ?
Fix the bug. Thanks
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
A64 Instruction Set Architecture - Arm Developer
This guide introduces the A64 instruction set, used in the 64-bit Armv8-A architecture, also known as AArch64.
Read more >TN3117: Resolving architecture build errors on Apple silicon
warning: None of the architectures in ARCHS (arm64) are valid. Consider setting ARCHS to $(ARCHS_STANDARD) or updating it to include at least one...
Read more >The definitive guide to make software fail on ARM64 - USENIX
Cross-compiler x86 cross-gcc mysrc.c arm64 arm64 arm64 ... AArch64 ignat@dev:~$ ./mybin bash: ./mybin: cannot execute binary file: Exec format error ...
Read more >NET Support for macOS 11 and Windows 11 for Arm64 and x64
Supported Arm64 SDKs The . NET 6 Arm64 SDK is the first fully-supported Arm64 SDK on macOS 11 and Windows 11 Arm64. The...
Read more >Tips and tricks - cibuildwheel - Read the Docs
When cross-compiling on Intel, it is not possible to test arm64 and the arm64 ... Here's an example GitHub Actions workflow with a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The issue with raspbian even with a 64-bit kernel is it still runs a 32-bit userspace. You can get round this by using ‘schroot’ and setting up a 64-bit userspace in raspbian and running docker/code-server as that user
Also see https://github.com/cdr/code-server/issues/1337#issuecomment-622457413