全志linux备份img,编译全志r16的tina2.5笔记

Unescaped left brace in regex is illegal here in regex; marked by

make[3]: Entering directory '/opt/tina2.5/package/libs/zlib'

Argument "4.2.1" isn't numeric in numeric ge (>=) at /opt/tina2.5/scripts/feeds line 25.

make[4]: *** [Makefile:432: Makefile.in] Error 1

make[4]: Leaving directory '/opt/tina2.5/out/astar-parrot/compile_dir/target/json-c-0.12'

make[3]: *** [Makefile:56: /opt/tina2.5/out/astar-parrot/compile_dir/target/json-c-0.12/.built] Error 2

make[3]: Leaving directory '/opt/tina2.5/package/libs/libjson-c'

make[2]: *** [package/Makefile:193: package/libs/libjson-c/compile] Error 2

make[2]: *** Waiting for unfinished jobs....

Argument "4.2.1" isn't numeric in numeric ge (>=) at /opt/tina2.5/scripts/feeds line 25.

Argument "4.2.1" isn't numeric in numeric ge (>=) at /opt/tina2.5/scripts/feeds line 25.

解决:

因为perl新版不支持regrex中直接加{

/opt/tina2.5/out/host/bin/automake 与 /opt/tina2.5/out/host/bin/automake-1.15中的

$text =~ s/\${([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge;

都改成

$text =~ s/\$[{]([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge;

问题:

mkimage: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

解决:

安装uboot-tools(其中会带mkimage),或者单独编译uboot后取其下的mkimage,  然后要用新的mkimage替换掉out/host/bin/mkimage

编译成功后,生成usb烧录镜像out/astar-parrot/tina_astar-parrot_card0.img

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值