我试图运行arm linux gcc (linaro 2013工具链),并得到以下错误:
arm-linux-gnueabihf-gcc: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory它在64位操作系统上构建32位。我在精确地运行Ubuntu。
发布于 2013-08-14 20:00:39
您可以尝试安装apt-get install lib32stdc++6
https://unix.stackexchange.com/questions/86769
复制相似问题