* Generic patching instruction to fix inline bugs with gcc-3.4?
@ 2004-07-16 13:34 Ralf Hildebrandt
2004-07-16 13:39 ` Marc-Christian Petersen
0 siblings, 1 reply; 2+ messages in thread
From: Ralf Hildebrandt @ 2004-07-16 13:34 UTC (permalink / raw)
To: linux-kernel
Is there a generic approach to fix issues like this that happen when
trying to build with gcc-3.4:
> With gcc-3.4 I get:
>
> make[1]: Entering directory /usr/src/linux-2.6.8-rc1-mm1'
> make[2]: arch/i386/kernel/asm-offsets.s' is up to date.
> CHK include/linux/compile.h
> CC drivers/net/8139too.o
> drivers/net/8139too.c: In function rtl8139_open':
> drivers/net/8139too.c:616: sorry, unimplemented: inlining failed
> in call to 'rtl8139_start_thread': function body not available
> drivers/net/8139too.c:1362: sorry, unimplemented: called from here
> make[3]: *** [drivers/net/8139too.o] Error 1
> make[2]: *** [drivers/net] Error 2
> make[1]: *** [drivers] Error 2
> make[1]: Leaving directory /usr/src/linux-2.6.8-rc1-mm1'
> make: *** [stamp-build] Error 2
--
Ralf Hildebrandt (Im Auftrag des Referat V a) Ralf.Hildebrandt@charite.de
Charite - Universitätsmedizin Berlin Tel. +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin Fax. +49 (0)30-450 570-916
IT-Zentrum Standort Campus Mitte AIM. ralfpostfix
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Generic patching instruction to fix inline bugs with gcc-3.4?
2004-07-16 13:34 Generic patching instruction to fix inline bugs with gcc-3.4? Ralf Hildebrandt
@ 2004-07-16 13:39 ` Marc-Christian Petersen
0 siblings, 0 replies; 2+ messages in thread
From: Marc-Christian Petersen @ 2004-07-16 13:39 UTC (permalink / raw)
To: Ralf Hildebrandt; +Cc: linux-kernel
On Friday 16 July 2004 15:34, Ralf Hildebrandt wrote:
> Is there a generic approach to fix issues like this that happen when
> trying to build with gcc-3.4:
Search lkml archives. Adrian posted tons of fixes for build problems like this
the last few days.
> > With gcc-3.4 I get:
> >
> > make[1]: Entering directory /usr/src/linux-2.6.8-rc1-mm1'
> > make[2]: arch/i386/kernel/asm-offsets.s' is up to date.
> > CHK include/linux/compile.h
> > CC drivers/net/8139too.o
> > drivers/net/8139too.c: In function rtl8139_open':
> > drivers/net/8139too.c:616: sorry, unimplemented: inlining failed
> > in call to 'rtl8139_start_thread': function body not available
> > drivers/net/8139too.c:1362: sorry, unimplemented: called from here
> > make[3]: *** [drivers/net/8139too.o] Error 1
> > make[2]: *** [drivers/net] Error 2
> > make[1]: *** [drivers] Error 2
> > make[1]: Leaving directory /usr/src/linux-2.6.8-rc1-mm1'
> > make: *** [stamp-build] Error 2
ciao, Marc
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-07-16 13:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-16 13:34 Generic patching instruction to fix inline bugs with gcc-3.4? Ralf Hildebrandt
2004-07-16 13:39 ` Marc-Christian Petersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox