当前位置: 代码迷 >> 综合 >> ubuntu16.04编译realtek sdk出现libstdc++.so.6库无法找到
  详细解决方案

ubuntu16.04编译realtek sdk出现libstdc++.so.6库无法找到

热度:31   发布时间:2024-02-28 20:02:33.0

错误log:

./lzma e vmlinux_img vmlinux_img.gz

./lzma-26: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Makefile:326: recipe for target 'rtk-vmlinux_img' failed

解决方案:

使用以下指令安装lib32stdc++6库

apt-get install lib32stdc++6


 

  相关解决方案