* linux-next: avr32 build failure
@ 2008-12-09 6:40 Stephen Rothwell
2008-12-09 22:48 ` Rusty Russell
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2008-12-09 6:40 UTC (permalink / raw)
To: Rusty Russell; +Cc: linux-next, Haavard Skinnemoen
[-- Attachment #1: Type: text/plain, Size: 843 bytes --]
Hi Rusty,
The linux-next build (avr32 defconfig) failed like this:
arch/avr32/lib/lib.a(findbit.o): In function `generic_find_next_le_bit':
arch/avr32/lib/findbit.S:(.text+0xa6): multiple definition of `generic_find_next_le_bit'
lib/lib.a(find_next_bit.o):find_next_bit.c:(.text+0x58): first defined here
arch/avr32/lib/lib.a(findbit.o): In function `generic_find_next_zero_le_bit':
arch/avr32/lib/findbit.S:(.text+0xde): multiple definition of `generic_find_next_zero_le_bit'
lib/lib.a(find_next_bit.o):find_next_bit.c:(.text+0x144): first defined here
Caused by commit 9c5b94713eeadb030a3c72f7bfb07d7695f75699
("bitmap:find_last_bit") which caused lib/find_next_bit.o to be built
where it would not have been before.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: linux-next: avr32 build failure
2008-12-09 6:40 linux-next: avr32 build failure Stephen Rothwell
@ 2008-12-09 22:48 ` Rusty Russell
0 siblings, 0 replies; 2+ messages in thread
From: Rusty Russell @ 2008-12-09 22:48 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, Haavard Skinnemoen
On Tuesday 09 December 2008 17:10:43 Stephen Rothwell wrote:
> Hi Rusty,
>
> The linux-next build (avr32 defconfig) failed like this:
>
> arch/avr32/lib/lib.a(findbit.o): In function `generic_find_next_le_bit':
> arch/avr32/lib/findbit.S:(.text+0xa6): multiple definition of `generic_find_next_le_bit'
> lib/lib.a(find_next_bit.o):find_next_bit.c:(.text+0x58): first defined here
OK, fixed by moving find_last_bit to its own file.
Thanks,
Rusty.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-09 22:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-09 6:40 linux-next: avr32 build failure Stephen Rothwell
2008-12-09 22:48 ` Rusty Russell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).