-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
arm architecture refuses to run (server) #69
Comments
Also, if i run the binary directly without the launcher scripts (unable to set path/home)
It's identifying itself as nix32 for some reason. |
It is still a 32 bit program running on Linux then, doesn't matter if it is ARM or whatever. |
Can you give me the ouput of "gcc -dumpmachine" on the RasPi? |
Here it is
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I run the server on a raspberry pi, but since changes to the launcher scripts (redeclipse.sh, redeclipse_server.sh) running it results in:
In the case of arm, the standalone server builds and runs fine. 'redeclipse.sh' should check if it is being run as a server and allow other architectures such as arm to work around this.
I did try adding to 'redeclipse_setup()' in 'redeclipse.sh' :
However it returns:
All i know in this case is that it should try to launch the binary named 'redeclipse_server_native'
The text was updated successfully, but these errors were encountered: