From owner-freebsd-isdn Sat Dec 9 4:34:26 2000 From owner-freebsd-isdn@FreeBSD.ORG Sat Dec 9 04:34:18 2000 Return-Path: Delivered-To: freebsd-isdn@freebsd.org Received: from mail49.fg.online.no (mail49-s.fg.online.no [148.122.161.49]) by hub.freebsd.org (Postfix) with ESMTP id C10EA37B400 for ; Sat, 9 Dec 2000 04:34:17 -0800 (PST) Received: from osirus (ti30a62-0239.dialup.online.no [130.67.150.239]) by mail49.fg.online.no (8.9.3/8.9.3) with SMTP id NAA24754 for ; Sat, 9 Dec 2000 13:34:14 +0100 (MET) Message-ID: <000a01c061dc$aa6c5660$0101a8c0@osirus> From: "Carl Olav Severeide" To: Subject: Trouble compiling kernel Date: Sat, 9 Dec 2000 13:36:33 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C061E5.0BB39F20" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C061E5.0BB39F20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, when compiling my kernel with support for TeleS 16.3 i get the = following =20 error message:=20 linking kernel i4b_l1dmux.o(.data+0x20): undefined reference to `i4b_ph_data_ind' i4b_l1dmux.o(.data+0x24): undefined reference to `i4b_ph_activate_ind' i4b_l1dmux.o(.data+0x28): undefined reference to `i4b_ph_deactivate_ind' i4b_l1dmux.o(.data+0x34): undefined reference to = `get_trace_data_from_l1' i4b_l1dmux.o(.data+0x38): undefined reference to `i4b_mph_status_ind' i4b_bchan.o: In function `isic_bchannel_setup': i4b_bchan.o(.text+0x93): undefined reference to `i4b_Bcleanifq' i4b_bchan.o(.text+0xa9): undefined reference to `i4b_Bfreembuf' i4b_bchan.o(.text+0xc7): undefined reference to `i4b_Bcleanifq' i4b_bchan.o(.text+0xdd): undefined reference to `i4b_Bfreembuf' i4b_bchan.o: In function `isic_bchannel_start': i4b_bchan.o(.text+0x374): undefined reference to `i4b_Bfreembuf' i4b_bchan.o: In function `isic_init_linktab': i4b_bchan.o(.text+0x49a): undefined reference to `ctrl_types' i4b_bchan.o(.text+0x4a4): undefined reference to `ctrl_types' i4b_hscx.o: In function `isic_hscx_irq': i4b_hscx.o(.text+0xd8): undefined reference to `i4b_Bfreembuf' i4b_hscx.o(.text+0x205): undefined reference to `i4b_Bgetmbuf' i4b_hscx.o(.text+0x35a): undefined reference to `i4b_Bfreembuf' i4b_hscx.o(.text+0x391): undefined reference to `i4b_Bgetmbuf' i4b_hscx.o(.text+0x4d4): undefined reference to `i4b_Bfreembuf' i4b_hscx.o(.text+0x4ee): undefined reference to `i4b_Bgetmbuf' i4b_hscx.o(.text+0x782): undefined reference to `i4b_Bfreembuf' i4b_isac.o: In function `isic_isac_irq': i4b_isac.o(.text+0x115): undefined reference to `i4b_Dfreembuf' i4b_isac.o(.text+0x17d): undefined reference to `i4b_Dgetmbuf' i4b_isac.o(.text+0x25e): undefined reference to `ctrl_desc' i4b_isac.o(.text+0x287): undefined reference to `i4b_Dfreembuf' i4b_isac.o(.text+0x2b2): undefined reference to `i4b_Dfreembuf' i4b_isac.o(.text+0x2f5): undefined reference to `i4b_Dgetmbuf' i4b_isac.o(.text+0x382): undefined reference to `i4b_Dfreembuf' i4b_isac.o(.text+0x45c): undefined reference to `i4b_Dfreembuf' i4b_l1.o: In function `isic_ph_data_req': i4b_l1.o(.text+0x142): undefined reference to `i4b_Dfreembuf' i4b_l1.o(.text+0x252): undefined reference to `i4b_Dfreembuf' i4b_l1fsm.o: In function `timer3_expired': i4b_l1fsm.o(.text+0x7e): undefined reference to `i4b_Dfreembuf' i4b_l1fsm.o(.text+0x9f): more undefined references to `i4b_Dfreembuf' = follow i4b_l1fsm.o: In function `F_T3ex': i4b_l1fsm.o(.text+0x1f0): undefined reference to `ctrl_desc' i4b_l1fsm.o: In function `F_AI8': i4b_l1fsm.o(.text+0x35c): undefined reference to `ctrl_desc' i4b_l1fsm.o: In function `F_AI10': i4b_l1fsm.o(.text+0x400): undefined reference to `ctrl_desc' i4b_l1fsm.o: In function `F_I02': i4b_l1fsm.o(.text+0x50b): undefined reference to `ctrl_desc' i4b_l1fsm.o: In function `F_I03': i4b_l1fsm.o(.text+0x59b): undefined reference to `ctrl_desc' *** Error code 1 Stop in /usr/src/sys/compile/crazyleg. -------------------------------------------------------------------------= ------------------ What might be wrong?=20 System =3D FreeBSD 4.2 Thanks, Carl Olav Severeide ------=_NextPart_000_0007_01C061E5.0BB39F20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
    when compiling my kernel with = support for=20 TeleS 16.3 i get the = following      
    error message:

linking=20 kernel
i4b_l1dmux.o(.data+0x20): undefined reference to=20 `i4b_ph_data_ind'
i4b_l1dmux.o(.data+0x24): undefined reference to=20 `i4b_ph_activate_ind'
i4b_l1dmux.o(.data+0x28): undefined reference = to=20 `i4b_ph_deactivate_ind'
i4b_l1dmux.o(.data+0x34): undefined reference = to=20 `get_trace_data_from_l1'
i4b_l1dmux.o(.data+0x38): undefined = reference to=20 `i4b_mph_status_ind'
i4b_bchan.o: In function=20 `isic_bchannel_setup':
i4b_bchan.o(.text+0x93): undefined reference = to=20 `i4b_Bcleanifq'
i4b_bchan.o(.text+0xa9): undefined reference to=20 `i4b_Bfreembuf'
i4b_bchan.o(.text+0xc7): undefined reference to=20 `i4b_Bcleanifq'
i4b_bchan.o(.text+0xdd): undefined reference to=20 `i4b_Bfreembuf'
i4b_bchan.o: In function=20 `isic_bchannel_start':
i4b_bchan.o(.text+0x374): undefined reference = to=20 `i4b_Bfreembuf'
i4b_bchan.o: In function=20 `isic_init_linktab':
i4b_bchan.o(.text+0x49a): undefined reference to = `ctrl_types'
i4b_bchan.o(.text+0x4a4): undefined reference to=20 `ctrl_types'
i4b_hscx.o: In function=20 `isic_hscx_irq':
i4b_hscx.o(.text+0xd8): undefined reference to=20 `i4b_Bfreembuf'
i4b_hscx.o(.text+0x205): undefined reference to=20 `i4b_Bgetmbuf'
i4b_hscx.o(.text+0x35a): undefined reference to=20 `i4b_Bfreembuf'
i4b_hscx.o(.text+0x391): undefined reference to=20 `i4b_Bgetmbuf'
i4b_hscx.o(.text+0x4d4): undefined reference to=20 `i4b_Bfreembuf'
i4b_hscx.o(.text+0x4ee): undefined reference to=20 `i4b_Bgetmbuf'
i4b_hscx.o(.text+0x782): undefined reference to=20 `i4b_Bfreembuf'
i4b_isac.o: In function=20 `isic_isac_irq':
i4b_isac.o(.text+0x115): undefined reference to=20 `i4b_Dfreembuf'
i4b_isac.o(.text+0x17d): undefined reference to=20 `i4b_Dgetmbuf'
i4b_isac.o(.text+0x25e): undefined reference to=20 `ctrl_desc'
i4b_isac.o(.text+0x287): undefined reference to=20 `i4b_Dfreembuf'
i4b_isac.o(.text+0x2b2): undefined reference to=20 `i4b_Dfreembuf'
i4b_isac.o(.text+0x2f5): undefined reference to=20 `i4b_Dgetmbuf'
i4b_isac.o(.text+0x382): undefined reference to=20 `i4b_Dfreembuf'
i4b_isac.o(.text+0x45c): undefined reference to=20 `i4b_Dfreembuf'
i4b_l1.o: In function=20 `isic_ph_data_req':
i4b_l1.o(.text+0x142): undefined reference to=20 `i4b_Dfreembuf'
i4b_l1.o(.text+0x252): undefined reference to=20 `i4b_Dfreembuf'
i4b_l1fsm.o: In function=20 `timer3_expired':
i4b_l1fsm.o(.text+0x7e): undefined reference to=20 `i4b_Dfreembuf'
i4b_l1fsm.o(.text+0x9f): more undefined references to = `i4b_Dfreembuf' follow
i4b_l1fsm.o: In function=20 `F_T3ex':
i4b_l1fsm.o(.text+0x1f0): undefined reference to=20 `ctrl_desc'
i4b_l1fsm.o: In function = `F_AI8':
i4b_l1fsm.o(.text+0x35c):=20 undefined reference to `ctrl_desc'
i4b_l1fsm.o: In function=20 `F_AI10':
i4b_l1fsm.o(.text+0x400): undefined reference to=20 `ctrl_desc'
i4b_l1fsm.o: In function = `F_I02':
i4b_l1fsm.o(.text+0x50b):=20 undefined reference to `ctrl_desc'
i4b_l1fsm.o: In function=20 `F_I03':
i4b_l1fsm.o(.text+0x59b): undefined reference to = `ctrl_desc'
***=20 Error code 1

Stop in = /usr/src/sys/compile/crazyleg.
----------------------------------------------------------------= ---------------------------

What=20 might be wrong?

System=20 =3D FreeBSD 4.2

Thanks,

Carl=20 Olav Severeide

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