I would like to ask if there are any GPIO libraries to be added to my QT application to access the GPIOs of the oard?
We would like to avoid directly accessing the file system of /sys/class/gpio directly.
Is there a library to be added so that we could call some APIs to write or read the GPIOs?
Currently we are using BSP 2.8 built using OE-Core.
Is the library able to be used in our version?
If not, could the libgpiod library able to be cross compiled?
I managed to install autoconf.
But i meet another problem, it is unable to locate linux/gpio.h.
Which i double checked that it is present.
The command that i used to launch the script is :
./autogen.sh --enable-tools=yes --prefix=/home/jyteh/Desktop/LinuxImageBuild_Dec19/Kernel/linux-toradex
In the screenshot below you could see that the gpio.h file is present but the script complains that it is not present.