All of lore.kernel.org
 help / color / mirror / Atom feed
* [frederic-dynticks:preempt/arm 3/5] make[3]: *** No rule to make target 'arch/arm64/kernel/static_call.o', needed by 'arch/arm64/kernel/built-in.a'.
@ 2021-11-06 10:39 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-11-06 10:39 UTC (permalink / raw)
  To: Ard Biesheuvel; +Cc: llvm, kbuild-all, linux-kernel, Frederic Weisbecker

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git preempt/arm
head:   351eaa68b5304b8b0e7c6e7b4470dd917475e65e
commit: 45d16bc12204f18a69dc8a2f47cc555ff755d5ab [3/5] arm64: implement support for static call trampolines
config: arm64-randconfig-r005-20210928 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project dc6e8dfdfe7efecfda318d43a06fae18b40eb498)
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
        # install arm64 cross compiling tool for clang build
        # apt-get install binutils-aarch64-linux-gnu
        # https://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git/commit/?id=45d16bc12204f18a69dc8a2f47cc555ff755d5ab
        git remote add frederic-dynticks https://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
        git fetch --no-tags frederic-dynticks preempt/arm
        git checkout 45d16bc12204f18a69dc8a2f47cc555ff755d5ab
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 ARCH=arm64 

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

All errors (new ones prefixed by >>):

>> make[3]: *** No rule to make target 'arch/arm64/kernel/static_call.o', needed by 'arch/arm64/kernel/built-in.a'.
   make[3]: Target '__build' not remade because of errors.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 46576 bytes --]

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

* [frederic-dynticks:preempt/arm 3/5] make[3]: *** No rule to make target 'arch/arm64/kernel/static_call.o', needed by 'arch/arm64/kernel/built-in.a'.
@ 2021-11-06 10:39 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-11-06 10:39 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git preempt/arm
head:   351eaa68b5304b8b0e7c6e7b4470dd917475e65e
commit: 45d16bc12204f18a69dc8a2f47cc555ff755d5ab [3/5] arm64: implement support for static call trampolines
config: arm64-randconfig-r005-20210928 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project dc6e8dfdfe7efecfda318d43a06fae18b40eb498)
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
        # install arm64 cross compiling tool for clang build
        # apt-get install binutils-aarch64-linux-gnu
        # https://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git/commit/?id=45d16bc12204f18a69dc8a2f47cc555ff755d5ab
        git remote add frederic-dynticks https://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
        git fetch --no-tags frederic-dynticks preempt/arm
        git checkout 45d16bc12204f18a69dc8a2f47cc555ff755d5ab
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 ARCH=arm64 

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

All errors (new ones prefixed by >>):

>> make[3]: *** No rule to make target 'arch/arm64/kernel/static_call.o', needed by 'arch/arm64/kernel/built-in.a'.
   make[3]: Target '__build' not remade because of errors.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 46576 bytes --]

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

* [frederic-dynticks:preempt/arm 3/5] make[3]: *** No rule to make target 'arch/arm64/kernel/static_call.o', needed by 'arch/arm64/kernel/built-in.a'.
@ 2021-09-29  3:32 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-09-29  3:32 UTC (permalink / raw)
  To: Ard Biesheuvel; +Cc: kbuild-all, linux-kernel, Frederic Weisbecker

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git preempt/arm
head:   351eaa68b5304b8b0e7c6e7b4470dd917475e65e
commit: 45d16bc12204f18a69dc8a2f47cc555ff755d5ab [3/5] arm64: implement support for static call trampolines
config: arm64-defconfig (attached as .config)
compiler: aarch64-linux-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/frederic/linux-dynticks.git/commit/?id=45d16bc12204f18a69dc8a2f47cc555ff755d5ab
        git remote add frederic-dynticks https://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
        git fetch --no-tags frederic-dynticks preempt/arm
        git checkout 45d16bc12204f18a69dc8a2f47cc555ff755d5ab
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=arm64 

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

All errors (new ones prefixed by >>):

>> make[3]: *** No rule to make target 'arch/arm64/kernel/static_call.o', needed by 'arch/arm64/kernel/built-in.a'.
   make[3]: Target '__build' not remade because of errors.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 55993 bytes --]

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

* [frederic-dynticks:preempt/arm 3/5] make[3]: *** No rule to make target 'arch/arm64/kernel/static_call.o', needed by 'arch/arm64/kernel/built-in.a'.
@ 2021-09-29  3:32 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-09-29  3:32 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git preempt/arm
head:   351eaa68b5304b8b0e7c6e7b4470dd917475e65e
commit: 45d16bc12204f18a69dc8a2f47cc555ff755d5ab [3/5] arm64: implement support for static call trampolines
config: arm64-defconfig (attached as .config)
compiler: aarch64-linux-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/frederic/linux-dynticks.git/commit/?id=45d16bc12204f18a69dc8a2f47cc555ff755d5ab
        git remote add frederic-dynticks https://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
        git fetch --no-tags frederic-dynticks preempt/arm
        git checkout 45d16bc12204f18a69dc8a2f47cc555ff755d5ab
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=arm64 

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

All errors (new ones prefixed by >>):

>> make[3]: *** No rule to make target 'arch/arm64/kernel/static_call.o', needed by 'arch/arm64/kernel/built-in.a'.
   make[3]: Target '__build' not remade because of errors.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 55993 bytes --]

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

end of thread, other threads:[~2021-11-06 10:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-06 10:39 [frederic-dynticks:preempt/arm 3/5] make[3]: *** No rule to make target 'arch/arm64/kernel/static_call.o', needed by 'arch/arm64/kernel/built-in.a' kernel test robot
2021-11-06 10:39 ` kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-09-29  3:32 kernel test robot
2021-09-29  3:32 ` kernel test robot

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.