Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Aug 2001 14:38:31 +0200
From:      "Tom Beer" <mailings@analogon.com>
To:        <hm@hcs.de>
Cc:        <freebsd-isdn@freebsd.org>
Subject:   Re: install
Message-ID:  <002101c12d63$10b9aa60$0901a8c0@system>
References:  <20010824162807.E372451D@hcswork.hcs.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

what misguided me was

5.4.1 FreeBSD 4.x and 5.x

    For FreeBSD >= 4.x the driver architecture is changed and as a
result, every supported PCI card has got its own driver. It is not
necessary anymore to specify any option string, just the device
statement
    must be used.


    Card Type
                                                              FreeBSD 4.x

FreeBSD >=5.x

AVM Fritz!Card PCI      device ifpi0    device ifpi 1


But however, "mastered" this problem with LINT,
making a config make, make depend no problems, but
a make install issues the following:

h -elf  -mpreferred-stack-boundary=2  vers.c
linking kernel
i4b_isppp.o: In function 4bispppattach':
i4b_isppp.o(.text+0x171): undefined reference to ppp_attach'
i4b_isppp.o: In function 4bisppp_ioctl':
i4b_isppp.o(.text+0x1bb): undefined reference to ppp_ioctl'
i4b_isppp.o: In function 4bisppp_start':
i4b_isppp.o(.text+0x1df): undefined reference to ppp_isempty'
i4b_isppp.o(.text+0x2c6): undefined reference to ppp_dequeue'
i4b_isppp.o: In function 4bisppp_dialresponse':
i4b_isppp.o(.text+0x64f): undefined reference to ppp_isempty'
i4b_isppp.o(.text+0x667): undefined reference to ppp_dequeue'
i4b_isppp.o: In function 4bisppp_rx_data_rdy':
i4b_isppp.o(.text+0x6ef): undefined reference to ppp_input'
umass.o: In function mass_cam_attach_sim':
umass.o(.text+0x1257): undefined reference to am_simq_alloc'
umass.o(.text+0x127d): undefined reference to am_sim_alloc'
umass.o(.text+0x1296): undefined reference to t_bus_register'
umass.o(.text+0x12a6): undefined reference to am_simq_free'
umass.o: In function mass_cam_rescan_callback':
umass.o(.text+0x12bf): undefined reference to t_free_path'
umass.o: In function mass_cam_rescan':
umass.o(.text+0x1309): undefined reference to t_periph'
umass.o(.text+0x1312): undefined reference to t_create_path'
umass.o(.text+0x1325): undefined reference to t_setup_ccb'
umass.o(.text+0x1340): undefined reference to t_action'
umass.o: In function mass_cam_detach_sim':
umass.o(.text+0x13f7): undefined reference to t_bus_deregister'
umass.o(.text+0x1415): undefined reference to am_sim_free'
umass.o: In function mass_cam_detach':
umass.o(.text+0x1456): undefined reference to t_create_path'
umass.o(.text+0x1477): undefined reference to t_async'
umass.o(.text+0x147f): undefined reference to t_free_path'
umass.o: In function mass_cam_action':
umass.o(.text+0x179d): undefined reference to t_done'
umass.o(.text+0x17ad): undefined reference to t_done'
umass.o: In function mass_cam_cb':
umass.o(.text+0x18a1): undefined reference to t_done'
umass.o: In function mass_cam_sense_cb':
umass.o(.text+0x1918): undefined reference to t_done'
umass.o(.text+0x1929): undefined reference to t_done'
*** Error code 1

Please be patient with me.
Thanks Tom




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002101c12d63$10b9aa60$0901a8c0>