Date: Sat, 9 Dec 2000 13:36:33 +0100 From: "Carl Olav Severeide" <cosev@online.no> To: <freebsd-isdn@FreeBSD.org> Subject: Trouble compiling kernel Message-ID: <000a01c061dc$aa6c5660$0101a8c0@osirus>
next in thread | raw e-mail | index | archive | help
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 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT size=3D2>Hi,</FONT></DIV> <DIV><FONT size=3D2> when compiling my kernel with = support for=20 TeleS 16.3 i get the = following </FONT></DIV> <DIV><FONT size=3D2> error message: </FONT></DIV> <DIV><FONT size=3D2> <P class=3DMsoPlainText><SPAN style=3D"mso-fareast-font-family: 'MS = Mincho'">linking=20 kernel<BR>i4b_l1dmux.o(.data+0x20): undefined reference to=20 `i4b_ph_data_ind'<BR>i4b_l1dmux.o(.data+0x24): undefined reference to=20 `i4b_ph_activate_ind'<BR>i4b_l1dmux.o(.data+0x28): undefined reference = to=20 `i4b_ph_deactivate_ind'<BR>i4b_l1dmux.o(.data+0x34): undefined reference = to=20 `get_trace_data_from_l1'<BR>i4b_l1dmux.o(.data+0x38): undefined = reference to=20 `i4b_mph_status_ind'<BR>i4b_bchan.o: In function=20 `isic_bchannel_setup':<BR>i4b_bchan.o(.text+0x93): undefined reference = to=20 `i4b_Bcleanifq'<BR>i4b_bchan.o(.text+0xa9): undefined reference to=20 `i4b_Bfreembuf'<BR>i4b_bchan.o(.text+0xc7): undefined reference to=20 `i4b_Bcleanifq'<BR>i4b_bchan.o(.text+0xdd): undefined reference to=20 `i4b_Bfreembuf'<BR>i4b_bchan.o: In function=20 `isic_bchannel_start':<BR>i4b_bchan.o(.text+0x374): undefined reference = to=20 `i4b_Bfreembuf'<BR>i4b_bchan.o: In function=20 `isic_init_linktab':<BR>i4b_bchan.o(.text+0x49a): undefined reference to = `ctrl_types'<BR>i4b_bchan.o(.text+0x4a4): undefined reference to=20 `ctrl_types'<BR>i4b_hscx.o: In function=20 `isic_hscx_irq':<BR>i4b_hscx.o(.text+0xd8): undefined reference to=20 `i4b_Bfreembuf'<BR>i4b_hscx.o(.text+0x205): undefined reference to=20 `i4b_Bgetmbuf'<BR>i4b_hscx.o(.text+0x35a): undefined reference to=20 `i4b_Bfreembuf'<BR>i4b_hscx.o(.text+0x391): undefined reference to=20 `i4b_Bgetmbuf'<BR>i4b_hscx.o(.text+0x4d4): undefined reference to=20 `i4b_Bfreembuf'<BR>i4b_hscx.o(.text+0x4ee): undefined reference to=20 `i4b_Bgetmbuf'<BR>i4b_hscx.o(.text+0x782): undefined reference to=20 `i4b_Bfreembuf'<BR>i4b_isac.o: In function=20 `isic_isac_irq':<BR>i4b_isac.o(.text+0x115): undefined reference to=20 `i4b_Dfreembuf'<BR>i4b_isac.o(.text+0x17d): undefined reference to=20 `i4b_Dgetmbuf'<BR>i4b_isac.o(.text+0x25e): undefined reference to=20 `ctrl_desc'<BR>i4b_isac.o(.text+0x287): undefined reference to=20 `i4b_Dfreembuf'<BR>i4b_isac.o(.text+0x2b2): undefined reference to=20 `i4b_Dfreembuf'<BR>i4b_isac.o(.text+0x2f5): undefined reference to=20 `i4b_Dgetmbuf'<BR>i4b_isac.o(.text+0x382): undefined reference to=20 `i4b_Dfreembuf'<BR>i4b_isac.o(.text+0x45c): undefined reference to=20 `i4b_Dfreembuf'<BR>i4b_l1.o: In function=20 `isic_ph_data_req':<BR>i4b_l1.o(.text+0x142): undefined reference to=20 `i4b_Dfreembuf'<BR>i4b_l1.o(.text+0x252): undefined reference to=20 `i4b_Dfreembuf'<BR>i4b_l1fsm.o: In function=20 `timer3_expired':<BR>i4b_l1fsm.o(.text+0x7e): undefined reference to=20 `i4b_Dfreembuf'<BR>i4b_l1fsm.o(.text+0x9f): more undefined references to = `i4b_Dfreembuf' follow<BR>i4b_l1fsm.o: In function=20 `F_T3ex':<BR>i4b_l1fsm.o(.text+0x1f0): undefined reference to=20 `ctrl_desc'<BR>i4b_l1fsm.o: In function = `F_AI8':<BR>i4b_l1fsm.o(.text+0x35c):=20 undefined reference to `ctrl_desc'<BR>i4b_l1fsm.o: In function=20 `F_AI10':<BR>i4b_l1fsm.o(.text+0x400): undefined reference to=20 `ctrl_desc'<BR>i4b_l1fsm.o: In function = `F_I02':<BR>i4b_l1fsm.o(.text+0x50b):=20 undefined reference to `ctrl_desc'<BR>i4b_l1fsm.o: In function=20 `F_I03':<BR>i4b_l1fsm.o(.text+0x59b): undefined reference to = `ctrl_desc'<BR>***=20 Error code 1<BR><BR>Stop in = /usr/src/sys/compile/crazyleg.<BR></SPAN><SPAN=20 style=3D"mso-fareast-font-family: 'MS = Mincho'">----------------------------------------------------------------= ---------------------------</SPAN></P> <P class=3DMsoPlainText><SPAN style=3D"mso-fareast-font-family: 'MS = Mincho'">What=20 might be wrong? </SPAN></P> <P class=3DMsoPlainText><SPAN style=3D"mso-fareast-font-family: 'MS = Mincho'">System=20 =3D FreeBSD 4.2</SPAN></P> <P class=3DMsoPlainText><SPAN=20 style=3D"mso-fareast-font-family: 'MS Mincho'">Thanks,</SPAN></P> <P class=3DMsoPlainText><SPAN style=3D"mso-fareast-font-family: 'MS = Mincho'">Carl=20 Olav Severeide</SPAN><SPAN=20 style=3D"mso-fareast-font-family: 'MS = Mincho'"></P></SPAN></FONT></DIV></BODY></HTML> ------=_NextPart_000_0007_01C061E5.0BB39F20-- 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?000a01c061dc$aa6c5660$0101a8c0>