From owner-freebsd-isdn Tue May 28 23:12:36 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by hub.freebsd.org (Postfix) with ESMTP id C7DEF37B44B for ; Tue, 28 May 2002 23:11:49 -0700 (PDT) Received: from VirusGate.MEIway.com (virus-gate.meiway.com [212.73.210.91]) by mgw1-out.MEIway.com (Postfix Relay Hub) with ESMTP id ECE6038BAF for ; Wed, 29 May 2002 08:11:47 +0200 (CEST) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 5151F5D009 for ; Wed, 29 May 2002 08:12:28 +0200 (CEST) Received: from ms1.meiway.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id D67265D007 for ; Wed, 29 May 2002 08:12:27 +0200 (CEST) Received: from edaport.meiway.com [193.252.44.38] by ms1.meiway.com with ESMTP (SMTPD32-6.06) id A17C36901F6; Wed, 29 May 2002 08:13:16 +0200 Message-Id: <5.1.0.14.2.20020611072232.037e2f30@ms1.meiway.com> X-Sender: ericdahan@meiway.com@ms1.meiway.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 11 Jun 2002 07:24:06 +0200 To: freebsd-isdn@freebsd.org From: Eric Dahan Subject: Make error with ELSA Microlink ISDN PCI Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=====================_1103317777==_.ALT" Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=====================_1103317777==_.ALT Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Hi all, I have been trying to get my ELSA Microlink ISDN PCI under FreeBSD=20 4.6-PRERELEASE-20020512-JPSNAP using ISDN4BSD. I have read the handbooks, FAQ's, searched the Mailling list archive, but I= =20 just cannot get the EXACT configuration I need to put in the kernel. My kernel configuration looks like this: # ELSA MicroLink ISDN/PCI (same as ELSA QuickStep 1000pro PCI) options "ELSA_QS1PCI" device isic0 After the "make" : sh ../../conf/newvers.sh VPNGATE cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs=20 -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline - Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../..=20 -I/usr/include -I../../contrib/ipfilter -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=3D2 vers.c 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+0x94): undefined reference to `i4b_Bcleanifq' i4b_bchan.o(.text+0xa3): undefined reference to `i4b_Bfreembuf' i4b_bchan.o(.text+0xc8): undefined reference to `i4b_Bcleanifq' i4b_bchan.o(.text+0xd7): undefined reference to `i4b_Bfreembuf' i4b_bchan.o: In function `isic_bchannel_start': i4b_bchan.o(.text+0x368): undefined reference to `i4b_Bfreembuf' i4b_bchan.o: In function `isic_init_linktab': i4b_bchan.o(.text+0x47e): undefined reference to `ctrl_types' i4b_bchan.o(.text+0x488): 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+0x261): 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+0x13e): undefined reference to `i4b_Dfreembuf' i4b_l1.o(.text+0x24e): 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+0x1f3): undefined reference to `ctrl_desc' i4b_l1fsm.o: In function `F_AI8': i4b_l1fsm.o(.text+0x35f): undefined reference to `ctrl_desc' i4b_l1fsm.o: In function `F_AI10': i4b_l1fsm.o(.text+0x403): undefined reference to `ctrl_desc' i4b_l1fsm.o: In function `F_I02': i4b_l1fsm.o(.text+0x50e): undefined reference to `ctrl_desc' i4b_l1fsm.o: In function `F_I03': i4b_l1fsm.o(.text+0x59e): undefined reference to `ctrl_desc' *** Error code 1 Stop in /usr/src/sys/compile/VPNGATE.* Thanks for your help. Eric DAHAN. MEI 25 Avenue des Bretagnes 93230 ROMAINVILLE Tel : 01.41.71.06.06. Fax : 01.41.71.06.04. Centre de formation agr=E9e N=B011752906075 www.meiway.com --=====================_1103317777==_.ALT Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all,

I have been trying to get my ELSA Microlink ISDN PCI under FreeBSD 4.6-PRERELEASE-20020512-JPSNAP using ISDN4BSD.

I have read the handbooks, FAQ's, searched the Mailling list archive, but I just cannot get the EXACT
configuration I need to put in the kernel.

My kernel configuration looks like this:

# ELSA MicroLink ISDN/PCI (same as ELSA QuickStep 1000pro PCI)
options "ELSA_QS1PCI"
device isic0

After the "make" :

sh ../../conf/newvers.sh VPNGATE
cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -
Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. -I../.. -I/usr/include -I../../contrib/ipfilter  -D_KERNEL -include
opt_global.h -elf  -mpreferred-stack-boundary=3D2  vers.c
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+0x94): undefined reference to `i4b_Bcleanifq'
i4b_bchan.o(.text+0xa3): undefined reference to `i4b_Bfreembuf'
i4b_bchan.o(.text+0xc8): undefined reference to `i4b_Bcleanifq'
i4b_bchan.o(.text+0xd7): undefined reference to `i4b_Bfreembuf'
i4b_bchan.o: In function `isic_bchannel_start':
i4b_bchan.o(.text+0x368): undefined reference to `i4b_Bfreembuf'
i4b_bchan.o: In function `isic_init_linktab':
i4b_bchan.o(.text+0x47e): undefined reference to `ctrl_types'
i4b_bchan.o(.text+0x488): 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+0x261): 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+0x13e): undefined reference to `i4b_Dfreembuf'
i4b_l1.o(.text+0x24e): 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+0x1f3): undefined reference to `ctrl_desc'
i4b_l1fsm.o: In function `F_AI8':
i4b_l1fsm.o(.text+0x35f): undefined reference to `ctrl_desc'
i4b_l1fsm.o: In function `F_AI10':
i4b_l1fsm.o(.text+0x403): undefined reference to `ctrl_desc'
i4b_l1fsm.o: In function `F_I02':
i4b_l1fsm.o(.text+0x50e): undefined reference to `ctrl_desc'
i4b_l1fsm.o: In function `F_I03':
i4b_l1fsm.o(.text+0x59e): undefined reference to `ctrl_desc'
*** Error code 1

Stop in /usr/src/sys/compile/VPNGATE.*


Thanks for your help.

Eric DAHAN.
MEI
25 Avenue des Bretagnes
93230 ROMAINVILLE
Tel : 01.41.71.06.06.
Fax : 01.41.71.06.04.
Centre de formation agr=E9e N=B011752906075
www.mei= way.com --=====================_1103317777==_.ALT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message