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

could not get native definition for type: POINTER on armv7l #65

Open
jokarl opened this issue Feb 25, 2019 · 1 comment
Open

could not get native definition for type: POINTER on armv7l #65

jokarl opened this issue Feb 25, 2019 · 1 comment

Comments

@jokarl
Copy link

jokarl commented Feb 25, 2019

OS and version used
Linux raspberrypi 4.14.79-v7+ #1159 SMP Sun Nov 4 17:50:20 GMT 2018 armv7l GNU/Linux

Problem description
I am using Azures Java IoT SDK on the above architecture. They are using jnr-unixsocket:0.19, but I manually upgraded to 0.22 but I still run into issues. I found this issue, which kinda relates to mine although I am on 32 bit. I cannot find which architectures are supported by this library, I am sorry if this issue does not belong here.

Here's a stacktrace of the problem I run into when using version 2.1.9 of this library (transitively through jnr-unixsocket:0.22).

If it is any help, I have an open issue at the Azure SDK too.

Please tell me if you need any more information or if this issue is better suited elsewhere.

Edit:

I'm guessing #59 is related to this and might solve my issue. Feel free to close this if that is the case and I'll keep an eye on that issue instead.

@jliang1010
Copy link

Seen the similar issue. The issue probably is that when the libjffi.so is built it is linked against different libraries which don't exist in your runtime environment. Try to compile/cross-compile with the same libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants