All of lore.kernel.org
 help / color / mirror / Atom feed
* [soc:arm/multiplatform 8/14] cc1: warning: arch/arm/mach-s3c/include: No such file or directory
@ 2022-04-21 22:36 kernel test robot
  2022-04-22  9:15   ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2022-04-21 22:36 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: kbuild-all, linux-arm-kernel, arm

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git arm/multiplatform
head:   6eab9bfd712f63c0977f2d38a45f321816030707
commit: c78a41fc04f0209cba1e62ccbe6a4844633515e7 [8/14] ARM: s3c24xx: convert to sparse-irq
config: arm-randconfig-r004-20220421 (https://download.01.org/0day-ci/archive/20220422/202204220602.yOcqmjTw-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 11.2.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git/commit/?id=c78a41fc04f0209cba1e62ccbe6a4844633515e7
        git remote add soc https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
        git fetch --no-tags soc arm/multiplatform
        git checkout c78a41fc04f0209cba1e62ccbe6a4844633515e7
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> cc1: warning: arch/arm/mach-s3c/include: No such file or directory [-Wmissing-include-dirs]

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [soc:arm/multiplatform 8/14] cc1: warning: arch/arm/mach-s3c/include: No such file or directory
  2022-04-21 22:36 [soc:arm/multiplatform 8/14] cc1: warning: arch/arm/mach-s3c/include: No such file or directory kernel test robot
@ 2022-04-22  9:15   ` Arnd Bergmann
  0 siblings, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2022-04-22  9:15 UTC (permalink / raw)
  To: kernel test robot; +Cc: Arnd Bergmann, kbuild-all, Linux ARM, arm-soc

On Fri, Apr 22, 2022 at 12:36 AM kernel test robot <lkp@intel.com> wrote:
>
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git arm/multiplatform
> head:   6eab9bfd712f63c0977f2d38a45f321816030707
> commit: c78a41fc04f0209cba1e62ccbe6a4844633515e7 [8/14] ARM: s3c24xx: convert to sparse-irq
> config: arm-randconfig-r004-20220421 (https://download.01.org/0day-ci/archive/20220422/202204220602.yOcqmjTw-lkp@intel.com/config)
> compiler: arm-linux-gnueabi-gcc (GCC) 11.2.0
> reproduce (this is a W=1 build):
>         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         # https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git/commit/?id=c78a41fc04f0209cba1e62ccbe6a4844633515e7
>         git remote add soc https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
>         git fetch --no-tags soc arm/multiplatform
>         git checkout c78a41fc04f0209cba1e62ccbe6a4844633515e7
>         # save the config file
>         mkdir build_dir && cp config build_dir/.config
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
>
> All warnings (new ones prefixed by >>):
>
> >> cc1: warning: arch/arm/mach-s3c/include: No such file or directory [-Wmissing-include-dirs]
>

I added a fix on top, thanks for the report.

        Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [soc:arm/multiplatform 8/14] cc1: warning: arch/arm/mach-s3c/include: No such file or directory
@ 2022-04-22  9:15   ` Arnd Bergmann
  0 siblings, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2022-04-22  9:15 UTC (permalink / raw)
  To: kbuild-all

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

On Fri, Apr 22, 2022 at 12:36 AM kernel test robot <lkp@intel.com> wrote:
>
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git arm/multiplatform
> head:   6eab9bfd712f63c0977f2d38a45f321816030707
> commit: c78a41fc04f0209cba1e62ccbe6a4844633515e7 [8/14] ARM: s3c24xx: convert to sparse-irq
> config: arm-randconfig-r004-20220421 (https://download.01.org/0day-ci/archive/20220422/202204220602.yOcqmjTw-lkp(a)intel.com/config)
> compiler: arm-linux-gnueabi-gcc (GCC) 11.2.0
> reproduce (this is a W=1 build):
>         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         # https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git/commit/?id=c78a41fc04f0209cba1e62ccbe6a4844633515e7
>         git remote add soc https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
>         git fetch --no-tags soc arm/multiplatform
>         git checkout c78a41fc04f0209cba1e62ccbe6a4844633515e7
>         # save the config file
>         mkdir build_dir && cp config build_dir/.config
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
>
> All warnings (new ones prefixed by >>):
>
> >> cc1: warning: arch/arm/mach-s3c/include: No such file or directory [-Wmissing-include-dirs]
>

I added a fix on top, thanks for the report.

        Arnd

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

end of thread, other threads:[~2022-04-22  9:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-21 22:36 [soc:arm/multiplatform 8/14] cc1: warning: arch/arm/mach-s3c/include: No such file or directory kernel test robot
2022-04-22  9:15 ` Arnd Bergmann
2022-04-22  9:15   ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.