Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2001 01:21:48 +0100
From:      Simon.Putz@t-online.de (Simon Putz)
To:        <freebsd-isdn@freebsd.org>
Subject:   kernel compile error
Message-ID:  <001301c0a053$48e79480$6300a8c0@xenium>

next in thread | raw e-mail | index | archive | help
hi !
im using 4.2 cvsuped to -current
on kernel compile i get these errors :
am i doing somethign wrong ?

linking kernel
i4b_trace.o: In function `get_trace_data_from_l1':
i4b_trace.o(.text+0x178): undefined reference to `IF_QFULL'
i4b_trace.o(.text+0x186): undefined reference to `_IF_DEQUEUE'
i4b_trace.o(.text+0x1f6): undefined reference to `_IF_ENQUEUE'
i4b_trace.o: In function `i4btrcread':
i4b_trace.o(.text+0x48e): undefined reference to `_IF_DEQUEUE'
i4b_isppp.o: In function `i4bisppp_start':
i4b_isppp.o(.text+0x241): undefined reference to `IF_QFULL'
i4b_isppp.o(.text+0x292): undefined reference to `_IF_ENQUEUE'
i4b_ispppsubr.o: In function `isppp_input':
i4b_ispppsubr.o(.text+0x473): undefined reference to `IF_QFULL'
i4b_ispppsubr.o(.text+0x480): undefined reference to `IF_DROP'
i4b_ispppsubr.o(.text+0x4b5): undefined reference to `IF_ENQUEUE'
i4b_ispppsubr.o: In function `sppp_output':
i4b_ispppsubr.o(.text+0x5a0): undefined reference to `IF_QFULL'
i4b_ispppsubr.o(.text+0x799): undefined reference to `IF_QFULL'
i4b_ispppsubr.o(.text+0x7ae): undefined reference to `IF_DROP'
i4b_ispppsubr.o(.text+0x7d8): undefined reference to `IF_ENQUEUE'
i4b_ispppsubr.o: In function `isppp_dequeue':
i4b_ispppsubr.o(.text+0xa86): undefined reference to `IF_DEQUEUE'
i4b_ispppsubr.o(.text+0xab5): undefined reference to `IF_DEQUEUE'
i4b_ispppsubr.o(.text+0xaca): undefined reference to `IF_DEQUEUE'
i4b_ispppsubr.o: In function `sppp_cisco_send':
i4b_ispppsubr.o(.text+0x111b): undefined reference to `IF_QFULL'
i4b_ispppsubr.o(.text+0x1130): undefined reference to `IF_DROP'
i4b_ispppsubr.o(.text+0x113e): undefined reference to `IF_DROP'
i4b_ispppsubr.o(.text+0x115b): undefined reference to `IF_ENQUEUE'
i4b_ispppsubr.o: In function `sppp_cp_send':
i4b_ispppsubr.o(.text+0x1402): undefined reference to `IF_QFULL'
i4b_ispppsubr.o(.text+0x1417): undefined reference to `IF_DROP'
i4b_ispppsubr.o(.text+0x1425): undefined reference to `IF_DROP'
i4b_ispppsubr.o(.text+0x1447): undefined reference to `IF_ENQUEUE'
i4b_ispppsubr.o: In function `sppp_auth_send':
i4b_ispppsubr.o(.text+0x5094): undefined reference to `IF_QFULL'
i4b_ispppsubr.o(.text+0x50a9): undefined reference to `IF_DROP'
i4b_ispppsubr.o(.text+0x50b7): undefined reference to `IF_DROP'
i4b_ispppsubr.o(.text+0x50ea): undefined reference to `IF_ENQUEUE'
i4b_l2.o: In function `i4b_dl_data_req':
i4b_l2.o(.text+0x11a): undefined reference to `IF_QFULL'
i4b_l2.o(.text+0x14e): undefined reference to `IF_ENQUEUE'
i4b_iframe.o: In function `i4b_i_frame_queued_up':
i4b_iframe.o(.text+0x2b2): undefined reference to `IF_DEQUEUE'
i4b_util.o: In function `i4b_invoke_retransmission':
i4b_util.o(.text+0x1dd): undefined reference to `IF_QFULL'
i4b_util.o(.text+0x210): undefined reference to `IF_ENQUEUE'
i4b_i4bdrv.o: In function `i4bread':
i4b_i4bdrv.o(.text+0x14b): undefined reference to `_IF_DEQUEUE'
i4b_i4bdrv.o: In function `i4bputqueue':
i4b_i4bdrv.o(.text+0xb0a): undefined reference to `IF_QFULL'
i4b_i4bdrv.o(.text+0xb1c): undefined reference to `_IF_DEQUEUE'
i4b_i4bdrv.o(.text+0xb4f): undefined reference to `_IF_ENQUEUE'
i4b_i4bdrv.o: In function `i4bputqueue_hipri':
i4b_i4bdrv.o(.text+0xbda): undefined reference to `IF_QFULL'
i4b_i4bdrv.o(.text+0xbec): undefined reference to `_IF_DEQUEUE'
i4b_i4bdrv.o(.text+0xc1f): undefined reference to `_IF_PREPEND'
i4b_ifpi_pci.o: In function `avma1pp_hscx_intr':
i4b_ifpi_pci.o(.text+0xdcb): undefined reference to `IF_QFULL'
i4b_ifpi_pci.o(.text+0xddb): undefined reference to `IF_ENQUEUE'
i4b_ifpi_pci.o(.text+0xf54): undefined reference to `IF_DEQUEUE'
i4b_ifpi_pci.o: In function `avma1pp_bchannel_start':
i4b_ifpi_pci.o(.text+0x14a5): undefined reference to `IF_DEQUEUE'

here my kernel config
machine         i386
ident           CARNACUS
maxusers        10
profile         2
options         BLKDEV_IOSIZE=8192
options         SMP                     # Symmetric MultiProcessor Kernel
options         APIC_IO                 # Symmetric (APIC) I/O
cpu             I686_CPU                # aka Pentium Pro(tm)
options         COMPAT_43
options         SYSVSHM
options         SYSVSEM
options         SYSVMSG
options         INET                    #Internet communications protocols
device          ether                   #Generic Ethernet
device          loop    1               #Network loopback device
device          sppp     2              #Point-to-point protocol
options         IPFIREWALL              #firewall
options         IPFIREWALL_DEFAULT_TO_ACCEPT    #allow everything by default
options         IPDIVERT                #divert sockets
options         TCP_DROP_SYNFIN         #drop TCP packets with SYN+FIN
options         TCP_RESTRICT_RST        #restrict emission of TCP RST
options         DUMMYNET
options         FFS                     #Fast filesystem
options         PROCFS                  #Process filesystem
options         SOFTUPDATES
options         FFS_EXTATTR
options         QUOTA                   #enable disk quotas
device          random
options         P1003_1B
options         _KPOSIX_PRIORITY_SCHEDULING
options         _KPOSIX_VERSION=199309L
options         HZ=100
device          pty             #Pseudo ttys
device          snp             #Snoop device - to look at pty/vty/etc..
device          isa
device          pci
device          atkbdc  1
device          atkbd
device          vga
device          vt
device          npx
device          ata
device          atadisk         # ATA disk drives
device          rl              # RealTek 8129/8139
device          miibus
device          "i4bisppp"      4
device          "i4btrc"        4
device          "i4bq921"
device          "i4bq931"
device          ifpi
device          "i4b"
device          "i4bctl"


i am using a dual celeron 500 machine
the error occurs also if i set options I4B_SMP_WORKAROUND.

thanks in advance for the help
simon putz

--

SOMEONE SET UP US THE BOMB


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?001301c0a053$48e79480$6300a8c0>