Gauthier
Gauthier
Thanks. For the sake of exhaustiveness and experiment, could you try with this one too? https://github.com/xerial/sqlite-jdbc/tree/master/src/main/resources/org/sqlite/native/Linux/arm It's for arm v5
One solution would be to compile the library on your system, and use that using the aforementioned property to load it explicitly. I don't have any idea on how to...
You only need to cross-compile when you compile on a different hardware than what you target. Since you own the target hardware, if you compile directly on that, then you...
I [reported](https://github.com/dockcross/dockcross/issues/718) the same issue when trying a different dockcross image. Try to change on [this line](https://github.com/xerial/sqlite-jdbc/blob/63c6c4a9671bd1ab764db7e255b806f6a159ea44/Makefile.common#L100): `-mfloat-abi=hard` with `-mfloat-abi=softfp` or `-mfloat-abi=soft`.
> Ok I guess this is just a warning which is not important? The warning is indeed not important, happens for other platforms too, you can safely ignore it. ---...
Could you `ldd` all those libs you built and post the results here?
Is this still happening on the latest version?
@stolzem i think that would be a good addition to the native libs. A lot has changed since your PR was made, if you are willing to update it I...
I am not familiar with the signing process, but i understand a developer ID would be required. AFAIK those are not free, and need a subscription? What does the process...
This is not possible at the moment. It would require additional java and JNI code to support this.