linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* ppc64 vecemu compile failure
@ 2008-01-30  0:03 maximilian attems
  2008-01-30  0:40 ` Greg KH
  2008-01-30  0:56 ` Olof Johansson
  0 siblings, 2 replies; 5+ messages in thread
From: maximilian attems @ 2008-01-30  0:03 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev, Greg Kroah-Hartman

on latest git since driver subsys merge on powerpc64:

arch/powerpc/kernel/built-in.o: In function `fphalf':
vecemu.c:(.toc+0x1360): undefined reference to `devices_subsys'
make[3]: *** [.tmp_vmlinux1] Error 1

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

* Re: ppc64 vecemu compile failure
  2008-01-30  0:03 ppc64 vecemu compile failure maximilian attems
@ 2008-01-30  0:40 ` Greg KH
  2008-01-30  0:56 ` Olof Johansson
  1 sibling, 0 replies; 5+ messages in thread
From: Greg KH @ 2008-01-30  0:40 UTC (permalink / raw)
  To: maximilian attems; +Cc: linuxppc-dev, Paul Mackerras

On Wed, Jan 30, 2008 at 01:03:37AM +0100, maximilian attems wrote:
> on latest git since driver subsys merge on powerpc64:
> 
> arch/powerpc/kernel/built-in.o: In function `fphalf':
> vecemu.c:(.toc+0x1360): undefined reference to `devices_subsys'
> make[3]: *** [.tmp_vmlinux1] Error 1

See the patches posted on lkml for this already.

thanks,

greg k-h

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

* Re: ppc64 vecemu compile failure
  2008-01-30  0:03 ppc64 vecemu compile failure maximilian attems
  2008-01-30  0:40 ` Greg KH
@ 2008-01-30  0:56 ` Olof Johansson
  2008-01-30  1:39   ` Michael Ellerman
  1 sibling, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2008-01-30  0:56 UTC (permalink / raw)
  To: maximilian attems; +Cc: linuxppc-dev, Greg Kroah-Hartman, Paul Mackerras

Hi,

On Wed, Jan 30, 2008 at 01:03:37AM +0100, maximilian attems wrote:
> on latest git since driver subsys merge on powerpc64:
> 
> arch/powerpc/kernel/built-in.o: In function `fphalf':
> vecemu.c:(.toc+0x1360): undefined reference to `devices_subsys'
> make[3]: *** [.tmp_vmlinux1] Error 1

It's a known problem, fixed by:

http://patchwork.ozlabs.org/linuxppc/patch?id=16491

-Olof

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

* Re: ppc64 vecemu compile failure
  2008-01-30  0:56 ` Olof Johansson
@ 2008-01-30  1:39   ` Michael Ellerman
  2008-01-30  1:55     ` Olof Johansson
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Ellerman @ 2008-01-30  1:39 UTC (permalink / raw)
  To: Olof Johansson
  Cc: linuxppc-dev, Greg Kroah-Hartman, maximilian attems,
	Paul Mackerras

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


On Tue, 2008-01-29 at 18:56 -0600, Olof Johansson wrote:
> Hi,
> 
> On Wed, Jan 30, 2008 at 01:03:37AM +0100, maximilian attems wrote:
> > on latest git since driver subsys merge on powerpc64:
> > 
> > arch/powerpc/kernel/built-in.o: In function `fphalf':
> > vecemu.c:(.toc+0x1360): undefined reference to `devices_subsys'
> > make[3]: *** [.tmp_vmlinux1] Error 1

> It's a known problem, fixed by:
> 
> http://patchwork.ozlabs.org/linuxppc/patch?id=16491

But begs the question, why is the linker lying to use about vecemu.c
using devices_subsys?

cheers

-- 
Michael Ellerman
OzLabs, IBM Australia Development Lab

wwweb: http://michael.ellerman.id.au
phone: +61 2 6212 1183 (tie line 70 21183)

We do not inherit the earth from our ancestors,
we borrow it from our children. - S.M.A.R.T Person

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: ppc64 vecemu compile failure
  2008-01-30  1:39   ` Michael Ellerman
@ 2008-01-30  1:55     ` Olof Johansson
  0 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2008-01-30  1:55 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: linuxppc-dev, Greg Kroah-Hartman, maximilian attems,
	Paul Mackerras

On Wed, Jan 30, 2008 at 12:39:25PM +1100, Michael Ellerman wrote:
> 
> On Tue, 2008-01-29 at 18:56 -0600, Olof Johansson wrote:
> > Hi,
> > 
> > On Wed, Jan 30, 2008 at 01:03:37AM +0100, maximilian attems wrote:
> > > on latest git since driver subsys merge on powerpc64:
> > > 
> > > arch/powerpc/kernel/built-in.o: In function `fphalf':
> > > vecemu.c:(.toc+0x1360): undefined reference to `devices_subsys'
> > > make[3]: *** [.tmp_vmlinux1] Error 1
> 
> > It's a known problem, fixed by:
> > 
> > http://patchwork.ozlabs.org/linuxppc/patch?id=16491
> 
> But begs the question, why is the linker lying to use about vecemu.c
> using devices_subsys?

Yes, that is a good question. fphalf isn't near it either.


-Olof

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

end of thread, other threads:[~2008-01-30  2:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-30  0:03 ppc64 vecemu compile failure maximilian attems
2008-01-30  0:40 ` Greg KH
2008-01-30  0:56 ` Olof Johansson
2008-01-30  1:39   ` Michael Ellerman
2008-01-30  1:55     ` Olof Johansson

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).