tree: https://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git boot-devel head: 51e30412ea12a9febdbf33346f54541ce29f5e3a commit: 51e30412ea12a9febdbf33346f54541ce29f5e3a [1/1] Initial support for compressed boot config: powerpc-socrates_defconfig (attached as .config) compiler: powerpc-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705 reproduce: wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 51e30412ea12a9febdbf33346f54541ce29f5e3a # save the attached .config to linux build tree make.cross ARCH=powerpc All errors (new ones prefixed by >>): In file included from arch/powerpc/boot/inffast.c:6:0: arch/powerpc/boot/zutil.h: In function 'zlib_adler32': >> arch/powerpc/boot/zutil.h:82:5: error: unknown type name 'uint32_t' uint32_t s1 = adler & 0xffff; ^~~~~~~~ arch/powerpc/boot/zutil.h:83:5: error: unknown type name 'uint32_t' uint32_t s2 = (adler >> 16) & 0xffff; ^~~~~~~~ -- In file included from arch/powerpc/boot/inflate.c:12:0: arch/powerpc/boot/zutil.h: In function 'zlib_adler32': >> arch/powerpc/boot/zutil.h:82:5: error: unknown type name 'uint32_t' uint32_t s1 = adler & 0xffff; ^~~~~~~~ arch/powerpc/boot/zutil.h:83:5: error: unknown type name 'uint32_t' uint32_t s2 = (adler >> 16) & 0xffff; ^~~~~~~~ arch/powerpc/boot/inflate.c: In function 'zlib_inflate': >> arch/powerpc/boot/inflate.c:358:18: error: 'uint32_t' undeclared (first use in this function) (uint32_t)(((BITS(8) << 8) + (hold >> 8))) % 31) { // avoid __umoddi3 ^~~~~~~~ arch/powerpc/boot/inflate.c:358:18: note: each undeclared identifier is reported only once for each function it appears in --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip