Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1346304

Re: [kbuild-all] Invalid CPU Type - valid names are: alpha, arm, x86, ia64, m68k, microblaze, mips, mips64, nios2, powerpc, ppc, s390, sh, sparc, sparc64, blackfin, avr32, nds32, or1k

From Fengguang Wu <fengguang.wu@intel.com>
Newsgroups linux.kernel
Subject Re: [kbuild-all] Invalid CPU Type - valid names are: alpha, arm, x86, ia64, m68k, microblaze, mips, mips64, nios2, powerpc, ppc, s390, sh, sparc, sparc64, blackfin, avr32, nds32, or1k
Date 2016-03-01 03:30 +0100
Message-ID <r7Ieu-2Sw-7@gated-at.bofh.it> (permalink)
References <r6WMx-1YM-1@gated-at.bofh.it> <r75PQ-db-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Sun, Feb 28, 2016 at 10:24:42AM +0100, Thomas Gleixner wrote:
> On Sun, 28 Feb 2016, kbuild test robot wrote:
> 
> > Hi Thomas,
> > 
> > FYI, the error/warning still remains.
> > 
> > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> > head:   691429e13dfaf5b0994b07cc166db41bd608ee3d
> > commit: dcaab54e348c5b66cca4802815ceebd37059e70c timekeeping: Remove ktime_get_monotonic_offset()
> > date:   1 year, 7 months ago
> > config: xtensa-common_defconfig (attached as .config)
> > reproduce:
> >         wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
> >         chmod +x ~/bin/make.cross
> >         git checkout dcaab54e348c5b66cca4802815ceebd37059e70c
> >         # save the attached .config to linux build tree
> >         make.cross ARCH=xtensa 
> > 
> > All errors (new ones prefixed by >>):
> > 
> > >> Invalid CPU Type - valid names are: alpha, arm, x86, ia64, m68k, microblaze, mips, mips64, nios2, powerpc, ppc, s390, sh, sparc, sparc64, blackfin, avr32, nds32, or1k
> >    Usage: /usr/bin/mkimage -l image
> >    -l ==> list image header information
> >    /usr/bin/mkimage -A arch -O os -T type -C comp -a addr -e ep -n name -d image
> >    -A ==> set architecture to 'arch'
> >    -O ==> set operating system to 'os'
> >    -T ==> set image type to 'type'
> >    -C ==> set compression type 'comp'
> >    -a ==> set load address to 'addr' (hex)
> >    ==> set entry point to 'ep' (hex)
> >    ==> set image name to 'name'-d ==> use image data from 'datafile'
> >    -x ==> set XIP (execute in place)
> >    /usr/bin/mkimage [-D dtc_options] -f fit-image.its fit-image
> >    /usr/bin/mkimage -V ==> print version information and exit
> 
> How is removing a unused function related to a tool problem?

Sorry, I triggered a batch of bisects for aged errors. This one looks
a problem with the tool rather than regression by some kernel commit.
Which confused the bisect.

> Hint:
> 
> >> Invalid CPU Type - valid names are: alpha, arm, x86, ia64, m68k, microblaze, mips,\
>     mips64, nios2, powerpc, ppc, s390, sh, sparc, sparc64, blackfin, avr32, nds32, or1k
> 
> Your mkimage does not support xtensa .....

Yeah, just upgraded the mkimage tool!

Thanks,
Fengguang

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Invalid CPU Type - valid names are: alpha, arm, x86, ia64, m68k,  microblaze, mips, mips64, nios2, powerpc, ppc, s390, sh, sparc, sparc64,  blackfin, avr32, nds32, or1k kbuild test robot <fengguang.wu@intel.com> - 2016-02-28 00:50 +0100
  Re: Invalid CPU Type - valid names are: alpha, arm, x86, ia64, m68k,  microblaze, mips, mips64, nios2, powerpc, ppc, s390, sh, sparc, sparc64,  blackfin, avr32, nds32, or1k Geert Uytterhoeven <geert@linux-m68k.org> - 2016-02-28 09:50 +0100
    Re: [kbuild-all] Invalid CPU Type - valid names are: alpha, arm,  x86, ia64, m68k, microblaze, mips, mips64, nios2, powerpc, ppc, s390, sh,  sparc, sparc64, blackfin, avr32, nds32, or1k Fengguang Wu <fengguang.wu@intel.com> - 2016-03-01 03:10 +0100
      Re: [kbuild-all] Invalid CPU Type - valid names are: alpha, arm,  x86, ia64, m68k, microblaze, mips, mips64, nios2, powerpc, ppc, s390, sh,  sparc, sparc64, blackfin, avr32, nds32, or1k Fengguang Wu <fengguang.wu@intel.com> - 2016-03-01 03:50 +0100
        Re: [kbuild-all] Invalid CPU Type - valid names are: alpha, arm,  x86, ia64, m68k, microblaze, mips, mips64, nios2, powerpc, ppc, s390, sh,  sparc, sparc64, blackfin, avr32, nds32, or1k Michael Ellerman <mpe@ellerman.id.au> - 2016-03-01 04:20 +0100
          Re: [kbuild-all] Invalid CPU Type - valid names are: alpha, arm,  x86, ia64, m68k, microblaze, mips, mips64, nios2, powerpc, ppc, s390, sh,  sparc, sparc64, blackfin, avr32, nds32, or1k Fengguang Wu <fengguang.wu@intel.com> - 2016-03-01 04:40 +0100
  Re: Invalid CPU Type - valid names are: alpha, arm, x86, ia64, m68k,  microblaze, mips, mips64, nios2, powerpc, ppc, s390, sh, sparc, sparc64,  blackfin, avr32, nds32, or1k Thomas Gleixner <tglx@linutronix.de> - 2016-02-28 10:30 +0100
    Re: [kbuild-all] Invalid CPU Type - valid names are: alpha, arm,  x86, ia64, m68k, microblaze, mips, mips64, nios2, powerpc, ppc, s390, sh,  sparc, sparc64, blackfin, avr32, nds32, or1k Fengguang Wu <fengguang.wu@intel.com> - 2016-03-01 03:30 +0100

csiph-web