missing qt eglfs libraries in my BBB
-
Hi,
I am trying to cross compile qt for my beaglebone board..
where I am missing the eglfs libraries in beaglebone board,
how to install those llibraries in my board,
in my board,"plugin" folder I am not getting the eglfs plugin how to install that one?
After cross compilation I want to display the application outputs in my beaglebone board touch screen.....
Thankyou...
-
@Asha said in missing qt eglfs libraries in my BBB:
how to install those llibraries in my board
Like any other packages.
What OS is running on your device?"in my board,"plugin" folder I am not getting the eglfs plugin how to install that one?" - install missing packages, sync sysroot, run configure and check whether eglfs is enabled.
-
The running OS in my device is "debian(linux)"
while giving the below command
"apt search libegl"
I am getting the result
Sorting Done
Full Text Search ...Done
libegl-mesa0/stable,now 18.3.6.2 amd64[installed ,automatic]
free implementation of the EGL API --Mesa vendor libraryIt means ,I have libegl libraries in my host machine right?,
I am synchronizing sysroot with the following
rsync -avz debian@192.168.7.2:/lib sysroot
rsync -avz debian@192.168.7.2:/sbin sysroot
rsync -avz debian@192.168.7.2:/usr sysrootbut in this /lib, /sbin and /usr directory i am not have any libegl libraries,so which file i need to synchronize i am not getting,for this any solutions..
-
-
@Asha said in missing qt eglfs libraries in my BBB:
after this how to sync the sysroot?
Same way you did it before.