Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 ARM CrossCompiler 编译示例 C++ 代码并在 Linux PC 中生成 A.out 文件。并将 A.out 文件文件传输到 ZedBoard。当我尝试在 Zedboard 中运行 A.out 文件时,它显示以下错误,
加载共享库时出错:libstdc++.so.6:无法打开共享对象文件:没有这样的文件
谁能告诉我错误的解决方案?
安装 g++ 来解决这个问题。
打开终端并安装 g++ 包:
sudo apt-get install g++