|
【技术讨论】
请帮忙解决关于RK3308B-CC-PLUS源码下载统一编译后报错的问题
发表于 2020-7-23 12:22:21
浏览:7170
|
回复:6
打印
只看该作者
[复制链接]
楼主
Git log:date 2020.4.17 16:43:55 author:zhongw
执行如下步骤,再统一编译生成img过程中报错:
1、修改kernel/arch/arm64/boot/dts/rockchip/rk3308b-roc-cc-plus-amic_emmc.dts文件将dts文件中的chosen中的bootargs改为bootargs="earlycon=uart8250,mmio32,0xff0c0000 swiotlb=1 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootfstype=ext2 rootwait";
2、修改 device/rockchip/rk3308/roc-rk3308b-cc-plus_release_BoardConfig.mk中的ROOTFS_TYPE=ext2
3、在SDK根目录下执行./build.sh roc-rk3308b-cc-plus_release_BoardConfig.mk
4、./build.sh
在执行第4步骤过程中,编译报错,如下:
make[3]:write error: stdout
Makefile:4113: recipe for target 'all-gcc' failed
make[2]: *** [all-gcc] Error 1
package/pkg-generic.mk:247: recipe for target '/home/buildroot/output/firefly_rk3308_release/build/host-gcc-initial-6.4.0/.stamp_build' failed
make[1]: *** [/home/buildroot/output/firefly_rk3308_release/build/host-gcc-initial-6.4.0/.stamp_build] Error2
/home/buildroot/output/firefly_rk3308_release/Makefile:16:recipe for targe '_all' failed
make: *** [_all] Error 2
Command exited with non-zero status 1
you take 16:14.09 to build builroot
====Build buildroot failed!====
请大神帮忙分析和解决,谢谢!
|
|