新手上路
- 积分
- 45
- 金钱
- 45
- 注册时间
- 2017-10-25
- 在线时间
- 16 小时
|
50金钱
谁知道rk3568板的buildroot这个编译错误咋解决,这个perl本身的问题还是啥,错误消息也看不懂,网上查的也没啥帮助
在host-perl 5.26.1 Building的时候,失败了,以下是具体消息,有懂的朋友吗?
2023-09-09T02:20:20 ./miniperl -w -Ilib -Idist/Exporter/lib -MExporter -e '<?>' || sh -c 'echo >&2 Failed to build miniperl. Please run make minitest; exit 1'
2023-09-09T02:20:20 Attempt to free unreferenced scalar: SV 0x55d5e6015628.
2023-09-09T02:20:20 Segmentation fault (core dumped)
2023-09-09T02:20:20 Failed to build miniperl. Please run make minitest
2023-09-09T02:20:20 make[2]: *** [makefile:364: lib/buildcustomize.pl] Error 1
2023-09-09T02:20:20 make[2]: *** Waiting for unfinished jobs....
2023-09-09T02:20:21 make[1]: *** [package/pkg-generic.mk:231: /home/zzx/Work/rk3568_sdk/buildroot/output/rockchip_rk3568/build/host-perl-5.26.1/.stamp_built] Error 2
2023-09-09T02:20:21 make: *** [/home/zzx/Work/rk3568_sdk/buildroot/output/rockchip_rk3568/Makefile:16: _all] Error 2
Command exited with non-zero status 1
you take 25:42.87 to build builroot
ERROR: Running build_buildroot failed!
ERROR: exit code 1 from line 717:
/usr/bin/time -f "you take %E to build builroot" $COMMON_DIR/mk-buildroot.sh $BOARD_CONFIG
|
|