From owner-freebsd-current@FreeBSD.ORG Sat Apr 10 15:13:10 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 532F116A4CF for ; Sat, 10 Apr 2004 15:13:10 -0700 (PDT) Received: from priv-edtnes46.telusplanet.net (defout.telus.net [199.185.220.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7F2543D3F for ; Sat, 10 Apr 2004 15:13:09 -0700 (PDT) (envelope-from imcbeth@telus.net) Received: from telus.net ([199.126.230.31]) by priv-edtnes46.telusplanet.net (InterMail vM.6.00.05.02 201-2115-109-103-20031105) with ESMTP id <20040410221309.XHQR9931.priv-edtnes46.telusplanet.net@telus.net> for ; Sat, 10 Apr 2004 16:13:09 -0600 Message-ID: <40787175.4080802@telus.net> Date: Sat, 10 Apr 2004 16:13:09 -0600 From: Ian McBeth User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sun, 11 Apr 2004 05:44:56 -0700 Subject: Error /usr/src/sys/dev/pcic/i82365.c: In function`pcic_chip_do_mem_map' X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 10 Apr 2004 22:13:10 -0000 Hello this is the error I am reciving..... cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith - Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sy s/contrib/ipfilter -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -inc lude opt_global.h -fno-common -finline-limit=15000 -fno-strict-aliasing -mno-align-long-strings -mpreferred-stack-boundary=2 -ffree standing -Werror /usr/src/sys/dev/pcic/i82365.c /usr/src/sys/dev/pcic/i82365.c: In function `pcic_chip_do_mem_map': /usr/src/sys/dev/pcic/i82365.c:849: error: structure has no member named `offset' /usr/src/sys/dev/pcic/i82365.c:851: error: structure has no member named `offset' /usr/src/sys/dev/pcic/i82365.c:851: error: `PCCARD_MEM_ATTR' undeclared (first use in this function) /usr/src/sys/dev/pcic/i82365.c:851: error: (Each undeclared identifier is reported only once /usr/src/sys/dev/pcic/i82365.c:851: error: for each function it appears in.) /usr/src/sys/dev/pcic/i82365.c: In function `pcic_chip_mem_map': /usr/src/sys/dev/pcic/i82365.c:928: error: structure has no member named `offset' /usr/src/sys/dev/pcic/i82365.c: In function `pcic_enable_socket': /usr/src/sys/dev/pcic/i82365.c:1212: warning: implicit declaration of function `CARD_GET_TYPE' /usr/src/sys/dev/pcic/i82365.c:1216: error: `PCCARD_IFTYPE_IO' undeclared (first use in this function) /usr/src/sys/dev/pcic/i82365.c: In function `pcic_set_res_flags': /usr/src/sys/dev/pcic/i82365.c:1467: error: `PCCARD_MEM_ATTR' undeclared (first use in this function) *** Error code 1 Stop in /usr/obj/usr/src/sys/SDENABLE. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. host# uname -a FreeBSD host 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/SDENABLE i386 host# I have seen refernce to this error I am reciveing I was wondering if there was a fix for it as of yet? I am a tad new to compiling new kernels on a BSD system any help you can give me would be great Thanx in advance please reply to me offlist..... Ian