logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【BUG】【RISC-V】【交叉编译】【链接】error while loading shared libraries: libstdc++.so.6

在linux上做RISC-V的交叉编译,使用的交叉编译工具链:riscv64-linux-gnu但是make完成后,得到的无法运行,提示缺乏库文件。lib/cpp_deploy_pack: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or dir

文章图片
#bug#risc-v#编辑器 +2
【BUG】【RISC-V】【交叉编译】【链接】error while loading shared libraries: libstdc++.so.6

在linux上做RISC-V的交叉编译,使用的交叉编译工具链:riscv64-linux-gnu但是make完成后,得到的无法运行,提示缺乏库文件。lib/cpp_deploy_pack: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or dir

文章图片
#bug#risc-v#编辑器 +2
到底了