From owner-freebsd-current@FreeBSD.ORG Mon Aug 18 23:19:14 2003 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 5183B16A4BF for ; Mon, 18 Aug 2003 23:19:14 -0700 (PDT) Received: from xyzzy.wireless.snsonline.net (dhcp.looksmart.com.au [210.9.52.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA70343FB1 for ; Mon, 18 Aug 2003 23:19:12 -0700 (PDT) (envelope-from msergeant@snsonline.net) Received: from xyzzy.wireless.snsonline.net (localhost [127.0.0.1]) h7J6JH7x059058 for ; Tue, 19 Aug 2003 16:19:17 +1000 (EST) (envelope-from msergeant@snsonline.net) Received: (from sarge@localhost)h7J6JGKI059057 for freebsd-current@freebsd.org; Tue, 19 Aug 2003 16:19:16 +1000 (EST) X-Authentication-Warning: xyzzy.wireless.snsonline.net: sarge set sender to msergeant@snsonline.net using -f From: Mark Sergeant To: freebsd-current@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: SNSOnline Technical Services Message-Id: <1061273955.58787.12.camel@xyzzy.wireless.snsonline.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 19 Aug 2003 16:19:16 +1000 Subject: Broken kernel compile on 5.1-RELEASE / 5-CURRENT (SMP, PAE & scsi) 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: Tue, 19 Aug 2003 06:19:14 -0000 Hi All, When trying to compile a kernel for my 8 cpu DELL 8450's I recieve an extremly puzzling error, I get a bunch of errors when compiling a kernel that has the following options in it... options WITNESS options NETSMB options NETSMBCRYPTO options LIBMCHAIN options LIBICONV options PAE options SMP options APIC_IO Without PAE SMP or APIC_IO the kernel will compile fine. With these options I get the following error when compiling the sym scsi driver. cc -c -O -pipe -march=pentium3 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror ../../../dev/sym/sym_hipd.c cc1: warnings being treated as errors ../../../dev/sym/sym_hipd.c: In function `sym_setup_data_and_start': ../../../dev/sym/sym_hipd.c:8146: warning: cast from pointer to integer of different size *** Error code 1 This is rather unfortunate as the only disks I have run off this controller. I've found that it does compile with the ahc driver but even then some usb stuff needs removing. Does anyone have any insight into this and what I can do to get it fixed. Cheers, -- Mark Sergeant SNSOnline Technical Services