Skip to content
Advertisement

Jlibfprint cross compilation

I’m trying to cross-compile the JNI Bridge Jlibfprint using buildroot.

This is the source code.

Here is the .mk file:

JavaScript

Extract, Patch, Update, Configure, Autoreconfiguring, Patching libtool run without problem.

Then it failed at Building stage with this:

JavaScript

Then I added, these includes to the /JlibFprint_jni/src/Makefile.am

JavaScript

And now it fails with:

JavaScript

Advertisement

Answer

I downloaded JDK for ARM 32 bits and addded the includes into that folder.

I removed the BR2_COMPILER_PARANOID_UNSAFE_PATH=n as Arnout said it was wrong. And it cross-compiled without issues.

I ran the Sample Run and it worked with an Upek fingerprint scanner.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement