* [arm-integrator:ixp4xx-debug-uart2 1/1] arch/arm/boot/compressed/head.S:56:10: fatal error: 'mach/debug-macro.S' file not found
@ 2025-10-24 6:24 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-10-24 6:24 UTC (permalink / raw)
To: Linus Walleij; +Cc: llvm, oe-kbuild-all
tree: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git ixp4xx-debug-uart2
head: 5b4f65ab8af2586fae343efd495de3a578417841
commit: 5b4f65ab8af2586fae343efd495de3a578417841 [1/1] Uglydebug hack for IXP4xx UART2
config: arm-randconfig-004-20251024 (https://download.01.org/0day-ci/archive/20251024/202510241417.FXITcpff-lkp@intel.com/config)
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project e1ae12640102fd2b05bc567243580f90acb1135f)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251024/202510241417.FXITcpff-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/202510241417.FXITcpff-lkp@intel.com/
All errors (new ones prefixed by >>):
>> arch/arm/boot/compressed/head.S:56:10: fatal error: 'mach/debug-macro.S' file not found
56 | #include CONFIG_DEBUG_LL_INCLUDE
| ^~~~~~~~~~~~~~~~~~~~~~~
./include/generated/autoconf.h:2624:33: note: expanded from macro 'CONFIG_DEBUG_LL_INCLUDE'
2624 | #define CONFIG_DEBUG_LL_INCLUDE "mach/debug-macro.S"
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
vim +56 arch/arm/boot/compressed/head.S
224b5be6ddc12f Russell King 2005-11-16 55
4beba08ba1574f Shawn Guo 2012-12-11 @56 #include CONFIG_DEBUG_LL_INCLUDE
224b5be6ddc12f Russell King 2005-11-16 57
0b0c1dbd500dfe Linus Walleij 2020-08-27 58 .macro writeb, ch, rb, tmp
0b0c1dbd500dfe Linus Walleij 2020-08-27 59 #ifdef CONFIG_DEBUG_UART_FLOW_CONTROL
0b0c1dbd500dfe Linus Walleij 2020-08-27 60 waituartcts \tmp, \rb
0b0c1dbd500dfe Linus Walleij 2020-08-27 61 #endif
0b0c1dbd500dfe Linus Walleij 2020-08-27 62 waituarttxrdy \tmp, \rb
5cd0c3442021fb Russell King 2005-05-03 63 senduart \ch, \rb
0b0c1dbd500dfe Linus Walleij 2020-08-27 64 busyuart \tmp, \rb
^1da177e4c3f41 Linus Torvalds 2005-04-16 65 .endm
5cd0c3442021fb Russell King 2005-05-03 66
:::::: The code at line 56 was first introduced by commit
:::::: 4beba08ba1574f6d427347edaba5b924b2f70826 ARM: 7600/1: include CONFIG_DEBUG_LL_INCLUDE rather than mach/debug-macro.S
:::::: TO: Shawn Guo <shawn.guo@linaro.org>
:::::: CC: Russell King <rmk+kernel@arm.linux.org.uk>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-10-24 6:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-24 6:24 [arm-integrator:ixp4xx-debug-uart2 1/1] arch/arm/boot/compressed/head.S:56:10: fatal error: 'mach/debug-macro.S' file not found 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.