From owner-freebsd-current@FreeBSD.ORG Thu Jun 18 18:13:13 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E43F106568D for ; Thu, 18 Jun 2009 18:13:13 +0000 (UTC) (envelope-from ibb_orac@mbox.contact.bg) Received: from sd97.btc-net.bg (SD97.btc-net.bg [212.39.90.97]) by mx1.freebsd.org (Postfix) with SMTP id 86DB38FC12 for ; Thu, 18 Jun 2009 18:13:12 +0000 (UTC) (envelope-from ibb_orac@mbox.contact.bg) Received: (qmail 9576 invoked by uid 605); 18 Jun 2009 18:06:33 -0000 Received: from unknown (HELO chameleon) (83.228.34.40) by 0 with SMTP; 18 Jun 2009 18:06:33 -0000 Message-ID: From: "Ivailo Bonev" To: "Adam K Kirchhoff" References: <538522.48180.qm@web25001.mail.ukl.yahoo.com> <4A3A5225.2090905@voicenet.com> Date: Thu, 18 Jun 2009 21:06:16 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Cc: freebsd-current@freebsd.org Subject: Re: kernel with ndis support X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2009 18:13:13 -0000 ----- Original Message ----- From: "Adam K Kirchhoff" To: "Ivailo Bonev" Cc: Sent: Thursday, June 18, 2009 5:41 PM Subject: Re: kernel with ndis support > Ivailo Bonev wrote: >> I want to compile kernel with ndis support to use it for wireless. I've >> inserted only these 2 lines in GENERIC: >> options NDISAPI >> device ndis >> >> but I see this error: >> >> :> hack.c >> cc -shared -nostdlib hack.c -o hack.So >> rm -f hack.c >> MAKE=make sh ../../../conf/newvers.sh GENERIC >> cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-pr >> >> totypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef >> -Wn >> o-pointer-sign -fformat-extensions -nostdinc -I. -I../../.. -I../../../contrib/ >> altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include >> opt_global.h -fno-common -f >> inline-limit=8000 --param inline-unit-growth=100 --param >> large-function-growth=1 >> 000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow >> - >> mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror >> vers.c >> linking kernel.debug >> if_ndis.o(.text+0x179f): In function `ndis_detach': >> ../../../dev/if_ndis/if_ndis.c:1080: undefined reference to >> `ndis_free_amem' >> if_ndis.o(.text+0x196c): In function `ndis_attach': >> ../../../dev/if_ndis/if_ndis.c:565: undefined reference to >> `ndis_alloc_amem' >> *** Error code 1 >> >> ibb# uname -a >> FreeBSD ibb.bsdsys-bg.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Tue Jun 16 >> 04:54:1 >> 8 EEST 2009 root@ibb.bsdsys-bg.com:/usr/obj/usr/src/sys/GENERIC i386 >> >> > > Is there some reason you aren't using is as a module? It's comes built > that way on GENERIC and should work just fine. > > Adam > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > No, I'm just an old style user, and want every driver that PC use, to be in kernel :)