我一直在尝试使用最小的yocto图像,所有内容都编译但内核。
#bitbake yocto-image-minimal
或
#bitbake linux-yocto
或
#bitbake linux-yocto -c devshell
//and then in new dev shell terminal
# make
但错误是一致的:
..
bounds.c:1:0: error: code model 'kernel' not supported in the 32 bit mode
..
bounds.c:1:0: sorry, unimplemented: 64-bit mode not compiled in
我也尝试过使用bitbake的cleansstate和cleanall命令,但没有成功。