错误日志如下:原因是没有安装libstdc++等库,解决方法也很简单,在下做下记录。
LZMA 4.65 : Igor Pavlov : Public domain : 2009-02-03 copying boot file uart -> card0 fsbuild: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory packing for tina linux normal mbr count = 4 partitation file Path=/home/huangea/tina2.5/out/astar-parrot/image/sys_partition.bin mbr_name file Path=/home/huangea/tina2.5/out/astar-parrot/image/sunxi_mbr.fex download_name file Path=/home/huangea/tina2.5/out/astar-parrot/image/dlinfo.fex mbr size = 16384 mbr magic softw411 disk name=boot-res unable to open file boot-resource.fex dl file boot-resource.fex size too large update_for_part_info -1 update mbr file fail ERROR: update_mbr failed
解决方法:
sudo apt-get install libstdc++6 sudo apt-get install lib32stdc++6