The libgbm.so from latest BSP(6.6.52-2.2.0) is a symbolic link loop

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

The libgbm.so from latest BSP(6.6.52-2.2.0) is a symbolic link loop

245 Views
AristoChen
Contributor II

Hi

I downloaded the imx-gpu-viv-6.4.11.p2.10-aarch32-accdd64.bin and extract the files, I noticed that the libdrm.so related files are not usable at all

 

lrwxrwxrwx  1 2000 2000       15 Oct 19 04:38 libgbm.so -> libgbm.so.1.0.0
lrwxrwxrwx  1 root root        9 Dec 12 08:48 libgbm.so.1 -> libgbm.so
lrwxrwxrwx  1 root root       11 Dec 12 08:48 libgbm.so.1.0.0 -> libgbm.so.1

 

as you can see, it is a symbolic link loop instead of a real library.

 

thanks!

Aristo

0 Kudos
Reply
5 Replies

102 Views
AristoChen
Contributor II

Hi

 

Thanks for the support, it turns out that I accidentally tampered the file structures, so this issue can be closed, and sorry for the false alarm.

0 Kudos
Reply

82 Views
yipingwang
NXP TechSupport
NXP TechSupport

Thanks.

0 Kudos
Reply

147 Views
yipingwang
NXP TechSupport
NXP TechSupport

The correct files relations should be as the following.

root@imx93frdm:/usr/lib# ls -lh libgbm.so*
lrwxrwxrwx 1 root root 11 Mar 9 2018 libgbm.so -> libgbm.so.1
lrwxrwxrwx 1 root root 15 Mar 9 2018 libgbm.so.1 -> libgbm.so.1.0.0
-rwxr-xr-x 1 root root 67K Mar 9 2018 libgbm.so.1.0.0
root@imx93frdm:/usr/lib#

I will report this issue to the related team.

0 Kudos
Reply

237 Views
AristoChen
Contributor II
Somehow I am not allowed to edit my post, I accidentally copied the wrong name, should be libgbm.so instead of libdrm.so in my initial post content
0 Kudos
Reply

123 Views
yipingwang
NXP TechSupport
NXP TechSupport

This is what I see in my side. I didn't see: lrwxrwxrwx  1 root root       11 Dec 12 08:48 libgbm.so.1.0.0 -> libgbm.so.1

Please refer to the attachment.

 

0 Kudos
Reply