From owner-freebsd-sparc64@FreeBSD.ORG Tue Apr 8 09:54:58 2003 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C59F937B401; Tue, 8 Apr 2003 09:54:58 -0700 (PDT) Received: from gw.andersa.net (as1-3-8.ml.g.bonet.se [217.215.159.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56C2C43FCB; Tue, 8 Apr 2003 09:54:57 -0700 (PDT) (envelope-from anders@gw.andersa.net) Received: from gw.andersa.net (anders@localhost [127.0.0.1]) by gw.andersa.net (8.12.9/8.12.9) with ESMTP id h38Gsv0B061495; Tue, 8 Apr 2003 18:54:57 +0200 (CEST) (envelope-from anders@gw.andersa.net) Received: (from anders@localhost) by gw.andersa.net (8.12.9/8.12.9/Submit) id h38Gsuin061486; Tue, 8 Apr 2003 18:54:56 +0200 (CEST) Date: Tue, 8 Apr 2003 18:54:55 +0200 From: Anders Andersson To: sos@FreeBSD.org Message-ID: <20030408165455.GB3264@gw.andersa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i cc: sparc64@FreeBSD.org Subject: latest ATA code a no go on sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 16:54:59 -0000 Hi, The latest ATA commit rounds wont compile on my sparc64. [compile output...] 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/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -mcmodel=medlow -msoft-float -ffreestanding -Werror /usr/src/sys/dev/ata/ata-raid.c cc1: warnings being treated as errors /usr/src/sys/dev/ata/ata-raid.c: In function `ar_print_conf': /usr/src/sys/dev/ata/ata-raid.c:1460: warning: long long int format, u_int64_t arg (arg 2) /usr/src/sys/dev/ata/ata-raid.c:1468: warning: long long int format, u_int64_t arg (arg 2) *** Error code 1 -- Anders Andersson