-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
cannot execute binary file: Exec format error #5432
Comments
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
it was 2 weeks ago, so probably yes. |
@riccardolardi No unfortunately not yet |
I am having some workarounds and I am able to build: Would be nice if this could be fixed in electron builder. I still can't make snap packages working... |
Thanks @hovancik sadly it's out of question for me since I'm on Raspberry Pi OS and some dependencies in your chain (gcc-multilib, g++-multilib) are not available for the platform. Are you using Ubuntu on the Raspi? Or other Debian? |
@riccardolardi check what platform you run your Raspi. For example
You can also see that it is Debian Buster. |
@hovancik I am on armv7l |
I guess that's arm32v7? I don't know |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
I am creating an Electron app that uses CRA for the Raspberry pi using Raspian.
The app works fine in dev but when running a build I get an error that seems ruby related.
I tried to follow #3901 to no avail :(
Any help would be appreciated
Error output as follows
config in package.json is as follows
Scripts as follows
The text was updated successfully, but these errors were encountered: