-
Notifications
You must be signed in to change notification settings - Fork 126
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
Build for mips64 #78
Comments
I did get this to work, though it was a bit convoluted. In the end, my build command was: Some caveats:
And then, it successfully built a statically linked binary that worked. So if there are any authors still working on this lovely project, there's a little bit of work needed to make cross compiling work effectively. I'm not very familiar with autoconf, else I'd make a PR of my own. Perhaps I'll try when I get some more time. |
Good work @soxrok2212 |
Hi!
I'm trying make a statically linked mips64 binary. I've built libpcap and libnet with mips64-linux-gnuabi64- cross compiler just fine and specified the paths, as well as added the
-static
flag. 2 problems arise.Any ideas?
The text was updated successfully, but these errors were encountered: