小学生
最后登录1970-1-1
在线时间 小时
注册时间2016-4-16
|
我尝试用官方虚拟机编译 野火官方提供的RK3588 结果编译出错, 我尝试用虚拟机自带的/home/lubancat/LubanCat_SDK,也无法编译通过,请问这是什么原因,尝试解决了 还有新的问题
dpkg-deb: 正在 '../linux-image-4.19.232-dbg_4.19.232-1_arm64.deb' 中构建软件包 'linux-image-4.19.232-dbg'。
dpkg-genbuildinfo --build=binary
dpkg-genchanges --build=binary >../linux-4.19.232_4.19.232-1_arm64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
dpkg-source --after-build .
dpkg-buildpackage: info: binary-only upload (no source included)
Running build_kerneldeb succeeded.
============Start building kernel============
TARGET_ARCH =arm64
TARGET_KERNEL_CONFIG =lubancat2_defconfig
TARGET_KERNEL_DTS =rk356x-lubancat-rk_series
TARGET_KERNEL_CONFIG_FRAGMENT =
==========================================
/home/lubancat/LubanCat_SDK
#
# configuration written to .config
#
scripts/kconfig/conf --syncconfig Kconfig
CALL scripts/checksyscalls.sh
DTC arch/arm64/boot/dts/rockchip/rk356x-lubancat-rk_series.dtb
CHK include/generated/compile.h
GZIP kernel/config_data.gz
LZ4C arch/arm64/boot/Image.lz4
Image: kernel.img is ready
CALL scripts/checksyscalls.sh
Building modules, stage 2.
MODPOST 9 modules
reverse data at first time
reverse data at first time
found ./arch/arm64/boot/dts/rockchip/.rk356x-lubancat-rk_series.dtb.dts.tmp
found ./arch/arm64/boot/dts/rockchip/.rk356x-lubancat-rk_series.dtb.dts.tmp
found ./arch/arm64/boot/dts/rockchip/.rk356x-lubancat-rk_series.dtb.dts.tmp
found ./arch/arm64/boot/dts/rockchip/.rk356x-lubancat-rk_series.dtb.dts.tmp
found ./arch/arm64/boot/dts/rockchip/.rk356x-lubancat-rk_series.dtb.dts.tmp
found ./arch/arm64/boot/dts/rockchip/.rk356x-lubancat-rk_series.dtb.dts.tmp
found ./arch/arm64/boot/dts/rockchip/.rk356x-lubancat-rk_series.dtb.dts.tmp
Image: resource.img (with rk356x-lubancat-rk_series.dtb logo.bmp logo_kernel.bmp) is ready
Image: boot.img (with Image resource.img) is ready
Image: zboot.img (with Image.lz4 resource.img) is ready
CALL scripts/checksyscalls.sh
Generate extLinuxBoot image start
mke2fs 1.45.5 (07-Jan-2020)
Discarding device blocks: done
Creating filesystem with 32768 4k blocks and 32768 inodes
Allocating group tables: done
Writing inode tables: done
Copying files into the device: done
Writing superblocks and filesystem accounting information: done
Running build_extboot succeeded.
Skipping build_toolchain for missing configs: RK_CFG_TOOLCHAIN.
=========Start building ubuntu for arm64=========
==RK_ROOTFS_DEBUG:debug RK_ROOTFS_TARGET:xfce-full==
./build.sh: line 901: cd: ubuntu: No such file or directory
ERROR: Running build_ubuntu failed!
ERROR: exit code 1 from line 901:
cd ubuntu
lubancat@lubancat-vm:~/LubanCat_SDK$
|
-
这是出错的内容
|