RK3568 LINUX SDK 编译出错

请问一下,我按照 WIKI的步骤进行LINUX SDK编译,但是出现如下的错误,是什么原因?

rk3568@ubuntu:/mnt/hgfs/linux/rk356x_linux_release_20210511$ ./build.sh aio-3568j-ubuntu.mk
processing option: aio-3568j-ubuntu.mk
switching to board: /mnt/hgfs/linux/rk356x_linux_release_20210511/device/rockchip/rk356x/aio-3568j-ubuntu.mk
rk3568@ubuntu:/mnt/hgfs/linux/rk356x_linux_release_20210511$ ./build.sh uboot
processing option: uboot
============Start building uboot============
TARGET_UBOOT_CONFIG=firefly-rk3568

grep: .config: No such file or directory
## make firefly-rk3568_defconfig -j2
Makefile:133: *** multiple target patterns. Stop.
ERROR: Running build_uboot failed!
ERROR: exit code 2 from line 454:
./make.sh $RK_UBOOT_DEFCONFIG $UBOOT_COMPILE_COMMANDS

是否安装了编译环境:
sudo apt-get install repo git ssh make gcc libssl-dev liblz4-tool
expect g++ patchelf chrpath gawk texinfo chrpath diffstat binfmt-support
qemu-user-static live-build bison flex fakeroot cmake gcc-multilib g+±multilib
unzip device-tree-compiler python-pip ncurses-dev python-pyelftools

/mnt/hgfs/ 共享/挂载 目录?最好不要在这一类目录操作;可以将源码解压到家目录 ~/

时间的蝴蝶 发表于 2021-10-14 15:47
是否安装了编译环境:
sudo apt-get install repo git ssh make gcc libssl-dev liblz4-tool
expect g+ …

感谢您的答复,我换一个目录再试一下。。