[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <28ebe45d-3dbd-2a82-f537-b0725f7a2bcf@infradead.org>
Date: Thu, 19 Jul 2018 15:39:50 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
Geert Uytterhoeven <geert@...ux-m68k.org>
Cc: linux-m68k@...ts.linux-m68k.org
Subject: m68k allmodconfig build errors
Hi Geert,
I am seeing a few errors when cross-building m68k on x86_64, using the
toolchain at https://mirrors.edge.kernel.org/pub/tools/crosstool/ (thanks, Arnd).
(so this is gcc 8.1.0)
block/partitions/ldm.o: In function `ldm_partition':
ldm.c:(.text+0x1900): undefined reference to `strcmp'
ldm.c:(.text+0x1964): undefined reference to `strcmp'
drivers/rtc/rtc-proc.o: In function `is_rtc_hctosys':
rtc-proc.c:(.text+0x290): undefined reference to `strcmp'
drivers/watchdog/watchdog_pretimeout.o: In function `watchdog_register_governor':
(.text+0x142): undefined reference to `strcmp'
Adding #include <linux/string.h> does not help.
Is this a toolchain problem or drivers or something else?
help?
thanks,
--
~Randy
Powered by blists - more mailing lists