linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Kernel comile problem
@ 2003-06-13 12:38 Vincent Fourmond
  2003-06-13 13:33 ` Alan Cox
  2003-06-13 15:44 ` James Morris
  0 siblings, 2 replies; 4+ messages in thread
From: Vincent Fourmond @ 2003-06-13 12:38 UTC (permalink / raw)
  To: linux-kernel


  Hello !

  I have encountered few troubles while compiling the 2.4.20-7 debian
(testing) version of teh Linux Kernel. I got one compiling error

ide-cd.h:440: error: long, short, signed or unsigned used invalidly for
`slot_tablelen'

  Which I corrected by commenting out "short"

        __u8 /*short*/ slot_tablelen;

  And during the linking

net/network.o(.text+0xd577): In function `rtnetlink_rcv':
: undefined reference to `rtnetlink_rcv_skb'

  which I corrected by commenting out the "inline" stuff in the file
net/core/rtnetlink.c line 397

/*extern __inline__*/ int rtnetlink_rcv_skb(struct sk_buff *skb)

  It looks like it does work, but I guess it is not normal ! Is there
actually anything to be done about this ?

	Vincent Fourmond




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

* Re: Kernel comile problem
  2003-06-13 12:38 Kernel comile problem Vincent Fourmond
@ 2003-06-13 13:33 ` Alan Cox
  2003-06-13 14:06   ` Christian Kujau
  2003-06-13 15:44 ` James Morris
  1 sibling, 1 reply; 4+ messages in thread
From: Alan Cox @ 2003-06-13 13:33 UTC (permalink / raw)
  To: Vincent Fourmond; +Cc: Linux Kernel Mailing List

On Gwe, 2003-06-13 at 13:38, Vincent Fourmond wrote:
>   Hello !
> 
>   I have encountered few troubles while compiling the 2.4.20-7 debian
> (testing) version of teh Linux Kernel. I got one compiling error
> 
> ide-cd.h:440: error: long, short, signed or unsigned used invalidly for
> `slot_tablelen'

Your changes look ok but the linux kernel 2.4.x isnt yet clean for
building with gcc 3.3


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

* Re: Kernel comile problem
  2003-06-13 13:33 ` Alan Cox
@ 2003-06-13 14:06   ` Christian Kujau
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Kujau @ 2003-06-13 14:06 UTC (permalink / raw)
  To: Linux Kernel Mailing List

Alan Cox schrieb:
> 
> Your changes look ok but the linux kernel 2.4.x isnt yet clean for
> building with gcc 3.3

hm, 2.4.21-rc8 builds with gcc3.3 fine. gotta find out if it boots too..

Christian.


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

* Re: Kernel comile problem
  2003-06-13 12:38 Kernel comile problem Vincent Fourmond
  2003-06-13 13:33 ` Alan Cox
@ 2003-06-13 15:44 ` James Morris
  1 sibling, 0 replies; 4+ messages in thread
From: James Morris @ 2003-06-13 15:44 UTC (permalink / raw)
  To: Vincent Fourmond; +Cc: linux-kernel

On Fri, 13 Jun 2003, Vincent Fourmond wrote:

> 
> net/network.o(.text+0xd577): In function `rtnetlink_rcv':
> : undefined reference to `rtnetlink_rcv_skb'
> 
>   which I corrected by commenting out the "inline" stuff in the file
> net/core/rtnetlink.c line 397
> 
> /*extern __inline__*/ int rtnetlink_rcv_skb(struct sk_buff *skb)
> 
>   It looks like it does work, but I guess it is not normal ! Is there
> actually anything to be done about this ?

This is an old bug which is fixed in more recent 2.4 kernels.

- James
-- 
James Morris
<jmorris@intercode.com.au>


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

end of thread, other threads:[~2003-06-13 15:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-13 12:38 Kernel comile problem Vincent Fourmond
2003-06-13 13:33 ` Alan Cox
2003-06-13 14:06   ` Christian Kujau
2003-06-13 15:44 ` James Morris

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