mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* error: ABI 'o32' is not supported on CPU 'mips3'
@ 2024-09-06 12:17 kernel test robot
  2024-09-08 21:34 ` Maciej W. Rozycki
  0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2024-09-06 12:17 UTC (permalink / raw)
  To: Jiaxun Yang; +Cc: oe-kbuild-all, linux-kernel, Thomas Bogendoerfer

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   b831f83e40a24f07c8dcba5be408d93beedc820f
commit: bfc0a330c1b4526b88f6f9e711484b342cb00fb5 MIPS: Fallback CPU -march flag to ISA level if unsupported
date:   7 months ago
config: mips-randconfig-r111-20240906 (https://download.01.org/0day-ci/archive/20240906/202409062003.wDQ7fEq1-lkp@intel.com/config)
compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1)
reproduce: (https://download.01.org/0day-ci/archive/20240906/202409062003.wDQ7fEq1-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202409062003.wDQ7fEq1-lkp@intel.com/

All errors (new ones prefixed by >>):

>> error: ABI 'o32' is not supported on CPU 'mips3'
>> error: ABI 'o32' is not supported on CPU 'mips3'
>> error: ABI 'o32' is not supported on CPU 'mips3'
   make[3]: *** [scripts/Makefile.build:116: scripts/mod/devicetable-offsets.s] Error 1
   make[3]: *** [scripts/Makefile.build:243: scripts/mod/empty.o] Error 1
   make[3]: Target 'scripts/mod/' not remade because of errors.
   make[2]: *** [Makefile:1198: prepare0] Error 2
   make[2]: Target 'prepare' not remade because of errors.
   make[1]: *** [Makefile:240: __sub-make] Error 2
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [Makefile:240: __sub-make] Error 2
   make: Target 'prepare' not remade because of errors.

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

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

* Re: error: ABI 'o32' is not supported on CPU 'mips3'
  2024-09-06 12:17 error: ABI 'o32' is not supported on CPU 'mips3' kernel test robot
@ 2024-09-08 21:34 ` Maciej W. Rozycki
  2024-09-09  1:37   ` Philip Li
  0 siblings, 1 reply; 3+ messages in thread
From: Maciej W. Rozycki @ 2024-09-08 21:34 UTC (permalink / raw)
  To: kernel test robot
  Cc: Jiaxun Yang, oe-kbuild-all, linux-kernel, Thomas Bogendoerfer

On Fri, 6 Sep 2024, kernel test robot wrote:

> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   b831f83e40a24f07c8dcba5be408d93beedc820f
> commit: bfc0a330c1b4526b88f6f9e711484b342cb00fb5 MIPS: Fallback CPU -march flag to ISA level if unsupported
> date:   7 months ago
> config: mips-randconfig-r111-20240906 (https://download.01.org/0day-ci/archive/20240906/202409062003.wDQ7fEq1-lkp@intel.com/config)
> compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1)
> reproduce: (https://download.01.org/0day-ci/archive/20240906/202409062003.wDQ7fEq1-lkp@intel.com/reproduce)
> 
> If you fix the issue in a separate patch/commit (i.e. not just a new version of
> the same patch/commit), kindly add following tags
> | Reported-by: kernel test robot <lkp@intel.com>
> | Closes: https://lore.kernel.org/oe-kbuild-all/202409062003.wDQ7fEq1-lkp@intel.com/
> 
> All errors (new ones prefixed by >>):
> 
> >> error: ABI 'o32' is not supported on CPU 'mips3'
> >> error: ABI 'o32' is not supported on CPU 'mips3'
> >> error: ABI 'o32' is not supported on CPU 'mips3'
>    make[3]: *** [scripts/Makefile.build:116: scripts/mod/devicetable-offsets.s] Error 1
>    make[3]: *** [scripts/Makefile.build:243: scripts/mod/empty.o] Error 1
>    make[3]: Target 'scripts/mod/' not remade because of errors.
>    make[2]: *** [Makefile:1198: prepare0] Error 2
>    make[2]: Target 'prepare' not remade because of errors.
>    make[1]: *** [Makefile:240: __sub-make] Error 2
>    make[1]: Target 'prepare' not remade because of errors.
>    make: *** [Makefile:240: __sub-make] Error 2
>    make: Target 'prepare' not remade because of errors.

 This is analogous to the same failure for "CPU 'mips64'", and presumably 
also addressed in newer LLVM.

  Maciej

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

* Re: error: ABI 'o32' is not supported on CPU 'mips3'
  2024-09-08 21:34 ` Maciej W. Rozycki
@ 2024-09-09  1:37   ` Philip Li
  0 siblings, 0 replies; 3+ messages in thread
From: Philip Li @ 2024-09-09  1:37 UTC (permalink / raw)
  To: Maciej W. Rozycki
  Cc: kernel test robot, Jiaxun Yang, oe-kbuild-all, linux-kernel,
	Thomas Bogendoerfer

On Sun, Sep 08, 2024 at 10:34:21PM +0100, Maciej W. Rozycki wrote:
> On Fri, 6 Sep 2024, kernel test robot wrote:
> 
> > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> > head:   b831f83e40a24f07c8dcba5be408d93beedc820f
> > commit: bfc0a330c1b4526b88f6f9e711484b342cb00fb5 MIPS: Fallback CPU -march flag to ISA level if unsupported
> > date:   7 months ago
> > config: mips-randconfig-r111-20240906 (https://download.01.org/0day-ci/archive/20240906/202409062003.wDQ7fEq1-lkp@intel.com/config)
> > compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1)
> > reproduce: (https://download.01.org/0day-ci/archive/20240906/202409062003.wDQ7fEq1-lkp@intel.com/reproduce)
> > 
> > If you fix the issue in a separate patch/commit (i.e. not just a new version of
> > the same patch/commit), kindly add following tags
> > | Reported-by: kernel test robot <lkp@intel.com>
> > | Closes: https://lore.kernel.org/oe-kbuild-all/202409062003.wDQ7fEq1-lkp@intel.com/
> > 
> > All errors (new ones prefixed by >>):
> > 
> > >> error: ABI 'o32' is not supported on CPU 'mips3'
> > >> error: ABI 'o32' is not supported on CPU 'mips3'
> > >> error: ABI 'o32' is not supported on CPU 'mips3'
> >    make[3]: *** [scripts/Makefile.build:116: scripts/mod/devicetable-offsets.s] Error 1
> >    make[3]: *** [scripts/Makefile.build:243: scripts/mod/empty.o] Error 1
> >    make[3]: Target 'scripts/mod/' not remade because of errors.
> >    make[2]: *** [Makefile:1198: prepare0] Error 2
> >    make[2]: Target 'prepare' not remade because of errors.
> >    make[1]: *** [Makefile:240: __sub-make] Error 2
> >    make[1]: Target 'prepare' not remade because of errors.
> >    make: *** [Makefile:240: __sub-make] Error 2
> >    make: Target 'prepare' not remade because of errors.
> 
>  This is analogous to the same failure for "CPU 'mips64'", and presumably 
> also addressed in newer LLVM.

Thanks a lot for the info, we will configure the bot to ignore such error
on old clangs.

> 
>   Maciej
> 

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

end of thread, other threads:[~2024-09-09  1:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-06 12:17 error: ABI 'o32' is not supported on CPU 'mips3' kernel test robot
2024-09-08 21:34 ` Maciej W. Rozycki
2024-09-09  1:37   ` Philip Li

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

all inboxes | Powered by JetHome®