From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: ./include/generated/autoconf.h:1601:33: fatal error: mach/debug-macro.S: No such file or directory
Date: Wed, 11 Nov 2020 14:17:45 +0800 [thread overview]
Message-ID: <202011111443.lt7V48Ig-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1636 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: eccc876724927ff3b9ff91f36f7b6b159e948f0c
commit: 2596a72d338481b49a678ab880338fd5a661e663 ARM: 9009/1: uncompress: Enable debug in head.S
date: 8 weeks ago
config: arm-randconfig-c004-20201109 (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 9.3.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/torvalds/linux.git/commit/?id=2596a72d338481b49a678ab880338fd5a661e663
git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git fetch --no-tags linus master
git checkout 2596a72d338481b49a678ab880338fd5a661e663
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm
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 >>):
In file included from include/linux/kconfig.h:7,
from <command-line>:
>> ./include/generated/autoconf.h:1601:33: fatal error: mach/debug-macro.S: No such file or directory
1601 | #define CONFIG_DEBUG_LL_INCLUDE "mach/debug-macro.S"
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
---
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: 27839 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
Russell King <rmk+kernel@armlinux.org.uk>
Subject: ./include/generated/autoconf.h:1601:33: fatal error: mach/debug-macro.S: No such file or directory
Date: Wed, 11 Nov 2020 14:17:45 +0800 [thread overview]
Message-ID: <202011111443.lt7V48Ig-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1603 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: eccc876724927ff3b9ff91f36f7b6b159e948f0c
commit: 2596a72d338481b49a678ab880338fd5a661e663 ARM: 9009/1: uncompress: Enable debug in head.S
date: 8 weeks ago
config: arm-randconfig-c004-20201109 (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 9.3.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/torvalds/linux.git/commit/?id=2596a72d338481b49a678ab880338fd5a661e663
git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git fetch --no-tags linus master
git checkout 2596a72d338481b49a678ab880338fd5a661e663
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm
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 >>):
In file included from include/linux/kconfig.h:7,
from <command-line>:
>> ./include/generated/autoconf.h:1601:33: fatal error: mach/debug-macro.S: No such file or directory
1601 | #define CONFIG_DEBUG_LL_INCLUDE "mach/debug-macro.S"
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
---
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: 27839 bytes --]
next reply other threads:[~2020-11-11 6:17 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-11 6:17 kernel test robot [this message]
2020-11-11 6:17 ` ./include/generated/autoconf.h:1601:33: fatal error: mach/debug-macro.S: No such file or directory kernel test robot
2020-11-11 8:51 ` Linus Walleij
2020-11-11 8:51 ` Linus Walleij
2020-11-11 8:51 ` Linus Walleij
2020-11-13 23:28 ` Alexandre Belloni
2020-11-13 23:28 ` Alexandre Belloni
2020-11-13 23:28 ` Alexandre Belloni
2020-11-13 23:58 ` Alexandre Belloni
2020-11-13 23:58 ` Alexandre Belloni
2020-11-13 23:58 ` Alexandre Belloni
2020-11-17 13:58 ` Arnd Bergmann
2020-11-17 13:58 ` Arnd Bergmann
2020-11-17 13:58 ` Arnd Bergmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202011111443.lt7V48Ig-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.