make[1]: Leaving directory '/home/johnny/luckfox-pico/sysdrv/source/uboot/u-boot'
ERROR: No 'dtc', please: apt-get install device-tree-compiler
Makefile:444: recipe for target 'uboot' failed
make: *** [uboot] Error 1
make: Leaving directory '/home/johnny/luckfox-pico/sysdrv'
[build.sh:error] Running build_uboot failed!
[build.sh:error] exit code 2 from line 736:
[build.sh:info] make uboot -C ${SDK_SYSDRV_DIR} UBOOT_CFG=${RK_UBOOT_DEFCONFIG} UBOOT_CFG_FRAGMENT=${RK_UBOOT_DEFCONFIG_FRAGMENT} SYSDRV_UBOOT_RKBIN_OVERLAY_INI=$uboot_rkbin_ini
johnny@johnny-VirtualBox:~/luckfox-pico$
sdk 环境部署的时候 执行 ./build.sh uboot 出现问题
您好 请根据提示执行
Code: Select all
sudo apt-get install device-tree-compiler