[hp-parisc:boot_devel 2/2] arch/powerpc/boot/zutil.h:82:5: error: unknown type name 'uint32_t'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



tree:   https://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git boot_devel
head:   2de6ba7d548dff737bdc47173c8a7b6b20d94966
commit: 2de6ba7d548dff737bdc47173c8a7b6b20d94966 [2/2] Initial support for compressed boot
config: powerpc-mpc83xx_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 2de6ba7d548dff737bdc47173c8a7b6b20d94966
        # 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


[Index of Archives]     [Linux SoC]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux