DirectFB on i.MX6 release 3.0.35-4.0.0

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

DirectFB on i.MX6 release 3.0.35-4.0.0

Jump to solution
903 Views
JeremyStashluk
Contributor III

I am trying to run the examples from gpu-viv-bin-mx6q and am getting:

./tutorial1: error while loading shared libraries: libdirect-1.4.so.0: cannot open shared object file: No such file or directory

It is looking for the symbol: dfb_graphics_drivers

Where is this provided?

Labels (1)
0 Kudos
1 Solution
503 Views
max_tsai
NXP Employee
NXP Employee

The prebuilt rootfs includes this library already. Usually you can find this lib symbol-link with "rootfs/usr/lib/libdirect-1.4.so.0.0.0". In another way, you can build "DirectFB"  to generate this library also.

View solution in original post

0 Kudos
1 Reply
504 Views
max_tsai
NXP Employee
NXP Employee

The prebuilt rootfs includes this library already. Usually you can find this lib symbol-link with "rootfs/usr/lib/libdirect-1.4.so.0.0.0". In another way, you can build "DirectFB"  to generate this library also.

0 Kudos