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.
cross compiled armhf and armsf binaries won't load (i.e.
UnsatisfiedLinkError).If I compile on my raspberry pi (using
-DskipTestsbecause 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.