Linux PARISC architecture development
 help / color / mirror / Atom feed
* [hp-parisc:boot_devel 2/2] arch/powerpc/boot/inflate.c:358:18: error: 'uint32_t' undeclared
@ 2017-08-19 23:51 kbuild test robot
  2017-08-20  6:20 ` Rolf Eike Beer
  0 siblings, 1 reply; 4+ messages in thread
From: kbuild test robot @ 2017-08-19 23:51 UTC (permalink / raw)
  To: Helge Deller; +Cc: kbuild-all, linux-parisc

[-- Attachment #1: Type: text/plain, Size: 1634 bytes --]

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-akebono_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/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 #2: .config.gz --]
[-- Type: application/gzip, Size: 15834 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-22  2:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-19 23:51 [hp-parisc:boot_devel 2/2] arch/powerpc/boot/inflate.c:358:18: error: 'uint32_t' undeclared kbuild test robot
2017-08-20  6:20 ` Rolf Eike Beer
2017-08-20  8:32   ` Helge Deller
2017-08-22  2:06     ` [kbuild-all] " Fengguang Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox