问题遇到的现象和发生背景
Ubuntu系统学习OPTEE过程中,在编译过程中遇到一些问题,但此问题始终无法解决,请各位解惑
编译过程运行结果及报错内容 (最后部分)
make[1]: Entering directory '/home/abc/Desktop/optee/linux'
CALL scripts/checksyscalls.sh
CALL scripts/atomic/check-atomics.sh
CHK include/generated/compile.h
Kernel: arch/arm/boot/Image is ready
Kernel: arch/arm/boot/zImage is ready
make[1]: Leaving directory '/home/abc/Desktop/optee/linux'
mkdir -p /home/abc/Desktop/optee/build/../out/bin
ln -sf /home/abc/Desktop/optee/build/../linux/arch/arm/boot/zImage /home/abc/Desktop/optee/build/../out/bin
make -C /home/abc/Desktop/optee/build/../qemu
make[1]: Entering directory '/home/abc/Desktop/optee/qemu'
changing dir to build for make ""
make[2]: Entering directory '/home/abc/Desktop/optee/qemu/build'
config-host.mak is out-of-date, running configure
bash: line 3: ./config.status: No such file or directory
make[2]: *** No rule to make target 'config-host.mak', needed by 'meson.stamp'. Stop.
make[2]: Leaving directory '/home/abc/Desktop/optee/qemu/build'
make[1]: *** [GNUmakefile:11: all] Error 2
make[1]: Leaving directory '/home/abc/Desktop/optee/qemu'
make: *** [Makefile:89: qemu] Error 2
我的解答思路和尝试过的方法
搜索引擎找不到可用办法,烦请各位解惑