Date: Mon, 08 Jul 2002 22:27:34 +0200 From: Kurt Erik Lindqvist <kurtis@kurtis.pp.se> To: current@freebsd.org Subject: NEWCARD Message-ID: <92290000.1026160054@laptop.kurtis.pp.se>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?92290000.1026160054>