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

cross compiled armhf binary will not work #26

Closed
bmarwell opened this issue Apr 8, 2019 · 4 comments · Fixed by #48
Closed

cross compiled armhf binary will not work #26

bmarwell opened this issue Apr 8, 2019 · 4 comments · Fixed by #48
Labels
help wanted Extra attention is needed
Milestone

Comments

@bmarwell
Copy link

bmarwell commented Apr 8, 2019

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.

@tresf
Copy link

tresf commented Apr 9, 2019

@bmhm I've asked for some help from @Vzor- whom has some Pi to test on.

@tresf tresf added the help wanted Extra attention is needed label Apr 9, 2019
@bmarwell bmarwell added this to the Release 3.0.0 milestone Apr 14, 2019
@bmarwell
Copy link
Author

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 3.1.0 (new feature) or leave it in and target it for 3.0.1 (bugfix). ;-)

@tresf
Copy link

tresf commented Apr 14, 2019

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 gcc5 armhf cross-compiling toolchain.

@tresf
Copy link

tresf commented Apr 14, 2019

Let’s target this for the next release.

Whoops... I see now you meant 3.0.0. This isn't obvious from mobile. :D

@tresf tresf closed this as completed in #48 Apr 25, 2019
tresf added a commit that referenced this issue Apr 25, 2019
Switch to hard-float in Travis, fix Armhf toolchain
Closes #26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants