2002-11-11 14:26:58

by Eric Buddington

[permalink] [raw]
Subject: 2.5.47: Link-time error: llc_sap_open when using modules

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


2002-11-16 08:14:55

by Arnaldo Carvalho de Melo

[permalink] [raw]
Subject: Re: 2.5.47: Link-time error: llc_sap_open when using modules

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.