mv: cannot stat '/home/xxxx/Hi3516EV200_SDK_V1.0.1.0/osdrv/tools/pc/\
uboot_tools/hiregbin-v5.0.1/reg_info_hi3516ev200.bin': No such file or directory
Makefile:174: recipe for target 'hiregbin_prepare' failed
make: *** [hiregbin_prepare] Error 1
解决:
sudo apt install lib32z1-dev
原因:Hi3518EV300是 32 位开发板,电脑是64位,安装32位库依赖。
报错2:
cp: cannot stat '/home/xxx/Hi3516EV200_SDK_V1.0.1.0/osdrv/opensource/uboot/\
u-boot-2016.11/u-boot-hi3516ev200.bin': No such file or directory
Makefile:189: recipe for target 'hiboot' failed
make: *** [hiboot] Error 1
解决:
sudo vi /etc/default/locale
vi opensource/uboot/u-boot-2016.11/Makefile