页次: 1
请问一下,使用 git clone https://gitee.com/bubailong/u-boot.git -b v3s-current 下载以后,编译的时候出现下面的错误。
File "./tools/binman/binman", line 49
print result
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(result)?
我把所有的print语句都加上了括号。
之后编译的时候,卡死在这里:
MKIMAGE u-boot.img
BINMAN u-boot-sunxi-with-spl.bin
就是一直卡在这一步。不会生成u-boot-sunxi-with-spl.bin文件。
有谁知道是为什么?
页次: 1