From owner-freebsd-current Tue Jul 9 23:40:33 2002 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 5143137B405 for ; Tue, 9 Jul 2002 23:40:25 -0700 (PDT) Received: from laptop.kurtis.pp.se (kurtis.autonomica.se [192.71.80.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 277C543E52 for ; Tue, 9 Jul 2002 23:40:24 -0700 (PDT) (envelope-from kurtis@kurtis.pp.se) Received: from localhost (localhost [127.0.0.1]) by laptop.kurtis.pp.se (8.12.2/8.12.2) with ESMTP id g68KRYeu000526 for ; Mon, 8 Jul 2002 22:27:34 +0200 (CEST) (envelope-from kurtis@kurtis.pp.se) Date: Mon, 08 Jul 2002 22:27:34 +0200 From: Kurt Erik Lindqvist Reply-To: Kurt Erik Lindqvist To: current@freebsd.org Subject: NEWCARD Message-ID: <92290000.1026160054@laptop.kurtis.pp.se> X-Mailer: Mulberry/2.2.1 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am pretty new to FreeBSD, but I am trying to get current to run on my laptop with cardbus. With DP1 the kernel crashes everytime I insert a card. After diving in I realised that I must have made a mistake when compiling it. I then did cvsup to get the latest version but trying I just get this far : bash-2.05a# make -DNO_WERROR depend rm -f .olddep if [ -f .depend ]; then mv .depend .olddep; fi make _kernel-depend cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -I../../../../include -D_KERNEL -include opt_global.h -mpreferred-stack-boundary=2 ../../../i386/i386/genassym.c In file included from ../../../sys/buf.h:263, from ../../../i386/i386/genassym.c:46: ../../../sys/proc.h:117: field `ar_args' has incomplete type *** Error code 1 Stop in /usr/src/sys/i386/compile/NEWCARD. *** Error code 1 Stop in /usr/src/sys/i386/compile/NEWCARD. I assume this is known or I am stupid? :) - kurtis - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message