On Sat, 10 May 1997, Johann Spies wrote:

> defxx.o(.text+0x15a): undefined reference to `pcibios_present'
> defxx.o(.text+0x188): undefined reference to `pcibios_find_device'
> defxx.o(.text+0x1c2): undefined reference to `pcibios_read_config_word'
> defxx.o(.text+0x20e): undefined reference to `pcibios_write_config_word'
> defxx.o(.text+0x226): undefined reference to `pcibios_read_config_word'
> drivers/net/net.a(defxx.o): In function `dfx_bus_init':
> defxx.o(.text+0x5c8): undefined reference to `pcibios_read_config_byte'
> defxx.o(.text+0x5e7): undefined reference to `pcibios_read_config_byte'
> defxx.o(.text+0x612): undefined reference to `pcibios_write_config_byte'
> make: *** [vmlinux] Error 1

I'm not a developer, but it may be that you have PCI and have set some PCI
options that require others that aren't set.  So when it tries to gain the
needed info for one feature it can't get the info because the needed
feature isn't in the include path.

Just a guess.  Hope it helps.


--Rick

[EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to