web-dev-qa-db-ja.com

Linaroツールチェーンlibstdc ++。so.6がありません

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ビットを構築しています。私はUbuntuPreciseを実行しています。

5

apt-get install lib32stdc++6のインストールを試みることができます

4
Raza