Building goldfish kernel: “goldfish_armv7_defconfig” not found at “arch/x86/configs”

来源:互联网 发布:mmd口型软件 编辑:程序博客网 时间:2024/06/02 00:23

You should pass the ARCH and CROSS_COMPILE arguments via make:

make ARCH=arm CROSS_COMPILE=arm-eabi- goldfish_armv7_defconfig


http://stackoverflow.com/questions/19346626/building-goldfish-kernel-goldfish-armv7-defconfig-not-found-at-arch-x86-conf
0 0