[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

problem z kompilacja kernela



heja

przy make bzImage

mam problemy oto blad:

 -o vmlinux
net/network.o(.text+0xf4e5): In function `rtnetlink_rcv':
: undefined reference to `rtnetlink_rcv_skb'
make: *** [vmlinux] Error 1

pogooglalem troche i problem jest chyba z gcc-3.3 poniewaz mam wersje 
unstable debianka
no i czy ktos sobie z tym poradzil ?? jakies pomysly ?? helllp

pisali ze mozna to ominac przy edycji network.c

>You've just hit the gcc thinks it's smarter than you are bug.
>
>net/core/rtnetlink.c:extern __inline__ int rtnetlink_rcv_skb(struct 
sk_buff
>*skb)
>
>gcc 3.3 decides to not believe you want this function inlined.  
probably
>the right fix for this is to make this function static inline (you can
>drop the `__' around inline, it's not necessary).  This is also the 
case
>for linux 2.5.
>

ale to nie pomaga nadal blad .... czy ktosmoze pomoc ???

pozdrawiam
bieniu

-- 
debian user



Reply to: