question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not arm64 format for the arm64

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
TechLevelZerocommented, Apr 8, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found