-
Notifications
You must be signed in to change notification settings - Fork 116
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
Add cross compilation target/release for MIPS #60
Comments
I was able to compile this for my system (an Archer-C7) with the following cpuinfo:
using the following build command: GOOS=linux GOARCH=mips GOMIPS=softfloat go build I then transferred it from the host by running: on host: on dd-wrt: This resulted in the following error:
Presumably this is because FetchUserInfo() returns nil and the program continues executing. On this system, the result of
As a fun side note, I realised that this system came already equipped with Happy to test any fixes on this system for you, if you decide to try making a fix. |
@ijustlovemath About this error
#63 change will solve the problem. and of course I welcome to have a MIPS release. Currently, we use |
Hi, I'm trying to use this tool from my dd-wrt box, which runs MIPS. I'm going to try and cross compile it and will submit a PR if I get it to work successfully, but it would be nice to have a MIPS release!
The text was updated successfully, but these errors were encountered: