-
Notifications
You must be signed in to change notification settings - Fork 54
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
cross compiled armhf binary will not work #26
Comments
Let’s target this for the next release. If you cannot make it by then, just leave the arm-lib out and retarget this for |
Losing arm is a pretty serious regression, this is in scope until we prove it's too difficult. Waiting on @Vzor-. He has a working build from Ubuntu 16.04 using the |
Whoops... I see now you meant 3.0.0. This isn't obvious from mobile. :D |
Switch to hard-float in Travis, fix Armhf toolchain Closes #26
cross compiled armhf and armsf binaries won't load (i.e.
UnsatisfiedLinkError
).If I compile on my raspberry pi (using
-DskipTests
because of #24), loading the library will just run fine.I also set the toolchain to armv6 (instead of 5). Need to test native compilation with softfloat and 5 and combinations.
The text was updated successfully, but these errors were encountered: