compile problem.
/home/lidm/prj/rk3308/buildroot/output/firefly_rk3308_release/host/aarch64-rockchip-linux-gnu/bin/arrc libgcc.a $objects/home/lidm/prj/rk3308/buildroot/output/firefly_rk3308_release/host/aarch64-rockchip-linux-gnu/bin/ranlib libgcc.a
# Now that we have built all the objects, we need to copy
# them back to the GCC directory.Too many things (other
# in-tree libraries, and DejaGNU) know about the layout
# of the build tree, for now.
/usr/bin/make install-leaf DESTDIR=../.././gcc \
slibdir= libsubdir= MULTIOSDIR=.
/bin/bash ../../../libgcc/../mkinstalldirs ../.././gcc
/usr/bin/install -c -m 644 libgcc.a ../.././gcc/
chmod 644 ../.././gcc/libgcc.a
/home/lidm/prj/rk3308/buildroot/output/firefly_rk3308_release/host/aarch64-rockchip-linux-gnu/bin/ranlib ../.././gcc/libgcc.a
/usr/bin/install -c -m 644 libgcov.a ../.././gcc/
chmod 644 ../.././gcc/libgcov.a
/home/lidm/prj/rk3308/buildroot/output/firefly_rk3308_release/host/aarch64-rockchip-linux-gnu/bin/ranlib ../.././gcc/libgcov.a
parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtfastmath.o"; \
for file in $parts; do \
rm -f ../.././gcc/$file; \
/usr/bin/install -c -m 644 $file ../.././gcc/; \
case $file in \
*.a) \
/home/lidm/prj/rk3308/buildroot/output/firefly_rk3308_release/host/aarch64-rockchip-linux-gnu/bin/ranlib ../.././gcc/$file ;; \
esac; \
done
make: write error: stdout
Makefile:11039: recipe for target 'all-target-libgcc' failed
make: *** Error 1
package/pkg-generic.mk:247: recipe for target '/home/lidm/prj/rk3308/buildroot/output/firefly_rk3308_release/build/host-gcc-initial-6.4.0/.stamp_built' failed
make: *** Error 2
/home/lidm/prj/rk3308/buildroot/output/firefly_rk3308_release/Makefile:16: recipe for target '_all' failed
make: *** Error 2
Command exited with non-zero status 1
you take 9:23.02 to build builroot
====Build buildroot failed!====
用的 ./build.sh 编译 1. 编译所需要的软件包是否都安装了?
2. 参考http://wiki.t-firefly.com/zh_CN/Core-3308Y/sdkbuilding.html
页:
[1]