Skip to content
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

Closed
Jigoku opened this issue Feb 25, 2015 · 4 comments
Closed

arm architecture refuses to run (server) #69

Jigoku opened this issue Feb 25, 2015 · 4 comments

Comments

@Jigoku
Copy link
Member

Jigoku commented Feb 25, 2015

I run the server on a raspberry pi, but since changes to the launcher scripts (redeclipse.sh, redeclipse_server.sh) running it results in:

Unsupported architecture: armv6l

There was an error running Red Eclipse.

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' :

arm*)
    [ "${REDECLIPSE_BINARY}" = "redeclipse_server" ] && REDECLIPSE_ARCH="arm"    
;;

However it returns:

Unable to find a working binary.

All i know in this case is that it should try to launch the binary named 'redeclipse_server_native'

@Jigoku
Copy link
Member Author

Jigoku commented Feb 25, 2015

Also, if i run the binary directly without the launcher scripts (unable to set path/home)

/opt/redeclipse/bin/redeclipse_server_native 
2015-02-25 11:30.47 identity: v1.4.9-nix32 server (Development) [0xa19118e9]
2015-02-25 11:30.47 configuration loaded
2015-02-25 11:30.47 loading server (*:28801)..
2015-02-25 11:30.47 dedicated server started, waiting for clients...
2015-02-25 11:30.47 looking up play.redeclipse.net:[28800]...
2015-02-25 11:30.47 updating master server
2015-02-25 11:30.47 master server reply: server registered (port 28801), sending ping request (on port 28802)

It's identifying itself as nix32 for some reason.

@qreeves
Copy link
Member

qreeves commented Feb 25, 2015

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.

@qreeves
Copy link
Member

qreeves commented Feb 25, 2015

Can you give me the ouput of "gcc -dumpmachine" on the RasPi?

@Jigoku
Copy link
Member Author

Jigoku commented Feb 25, 2015

Here it is

arm-slackware-linux-gnueabi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants