* 2.5.47: Link-time error: llc_sap_open when using modules
@ 2002-11-11 14:34 Eric Buddington
2002-11-16 8:21 ` Arnaldo Carvalho de Melo
0 siblings, 1 reply; 2+ messages in thread
From: Eric Buddington @ 2002-11-11 14:34 UTC (permalink / raw)
To: linux-kernel
This is a long-standing error, I think even discussed before. It goes
away if I set the LLC options to 'Y' instead of 'M'.
With most things configured as modules, make bzImage says:
net/built-in.o: In function `p8022_request':
net/built-in.o(.text+0x12ea6): undefined reference to `llc_build_and_send_ui_pkt'
net/built-in.o: In function `register_8022_client':
net/built-in.o(.text+0x12efd): undefined reference to `llc_sap_open'
net/built-in.o: In function `unregister_8022_client':
net/built-in.o(.text+0x12f42): undefined reference to `llc_sap_close'
net/built-in.o: In function `snap_request':
net/built-in.o(.text+0x130d2): undefined reference to `llc_build_and_send_ui_pkt'
net/built-in.o: In function `snap_init':
net/built-in.o(.init.text+0x6d3): undefined reference to `llc_sap_open'
make: *** [.tmp_vmlinux1] Error 1
-Eric
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.5.47: Link-time error: llc_sap_open when using modules
2002-11-11 14:34 2.5.47: Link-time error: llc_sap_open when using modules Eric Buddington
@ 2002-11-16 8:21 ` Arnaldo Carvalho de Melo
0 siblings, 0 replies; 2+ messages in thread
From: Arnaldo Carvalho de Melo @ 2002-11-16 8:21 UTC (permalink / raw)
To: ebuddington; +Cc: linux-kernel
Em Mon, Nov 11, 2002 at 02:34:41PM +0000, Eric Buddington escreveu:
> This is a long-standing error, I think even discussed before. It goes
> away if I set the LLC options to 'Y' instead of 'M'.
>
> With most things configured as modules, make bzImage says:
Just fixed, changeset will be heading DaveM's way in minutes.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-11-16 8:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-11 14:34 2.5.47: Link-time error: llc_sap_open when using modules Eric Buddington
2002-11-16 8:21 ` Arnaldo Carvalho de Melo
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.