tree: https://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git mips-next head: 37085141c81d9a5ada269fe050faad4c1d9598ab commit: 1060f3b77cba546490109662c38df135165cd8aa [128/129] compiler.h: Allow arch-specific overrides config: ia64-defconfig (attached as .config) compiler: ia64-linux-gcc (GCC) 8.1.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 1060f3b77cba546490109662c38df135165cd8aa # save the attached .config to linux build tree GCC_VERSION=8.1.0 make.cross ARCH=ia64 All errors (new ones prefixed by >>): In file included from <command-line>: >> include/linux/compiler_types.h:58:10: fatal error: asm/compiler.h: No such file or directory #include <asm/compiler.h> ^~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [arch/ia64/kernel/nr-irqs.s] Error 1 make[2]: Target 'include/generated/nr-irqs.h' not remade because of errors. make[1]: *** [make_nr_irqs_h] Error 2 make[1]: Target 'prepare' not remade because of errors. make: *** [sub-make] Error 2 vim +58 include/linux/compiler_types.h 56 57 /* Allow architectures to override some definitions where necessary */ > 58 #include <asm/compiler.h> 59 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip