-
Notifications
You must be signed in to change notification settings - Fork 3
java: symbol lookup error: undefined symbol: _ZN5gpiod4chipC1ERKSsi #22
Comments
I left this out intentionally as I believe it should be a part of a separate higher level UI toolkit/framework built on top of this library. I have already started the development on the UI toolkit, just didn't have enough time to complete the development. You can check out the LcdMenu on the development branch to get some ideas on how to implement a Menu system of your own. |
Thanks, I'll give a try with my st7920 lcd. |
Trying to run the example code for st7920 lcd I'm getting the error: |
Looks like its not able to find the native library, can you provide more information about the environment you are running the code from? (e.g. SBC model, linux kernel version, libgpiod version, java jdk etc) |
I'm running the code in Raspbian, I managed to solve the error, I forgotten to add the c++ bindings when compiling libgpiod. But now when trying to run the example code I'm getting:
I don't know what that means. Did I compile libgpiod the right way?:
java version "1.8.0_201" |
Can you try to use v1.2 of libgpiod, see if that works |
Same result :/ |
Can you post the output of |
Here is the output:
|
Can you reproduce this issue? |
Sorry to bother you, after running successfully |
Nevermind, got it working with the command:
Altough I still cannot use the imported repository from maven. |
Sorry for the delay, i'm still in the process of re-building my dev environment (something screwed up) and might take some time. I will post an update once I get everything up and running, see if I am able to re-produce this issue. |
I was trying out your project as it looked promising. I though stumbled upon the same error as @elganzua124 have experienced. Error symptom: Output of
Tried with: The display controller used is an SDD1309. Configured as following:
The hardware is a Raspberry Pi 4. |
@elganzua124, @EliasGabrielsson I have made the necessary changes that should fix the issues you previously encountered (latest version is 1.5.2-alpha). In your spare time, could you run another test to confirm if everything is working on your end? Appreciate any feedback |
Hi Rafael! |
Hi, just tested the GlcdST7920HWExample.java example. I can confirm that the issue was solved. Thanks. |
Hi, nice piece of work. I would like to create a menu and ask for some input to the user. Thanks in advance.
The text was updated successfully, but these errors were encountered: