From owner-freebsd-questions@FreeBSD.ORG Tue Oct 14 14:22:40 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 865CE1065686 for ; Tue, 14 Oct 2008 14:22:40 +0000 (UTC) (envelope-from unga888@yahoo.com) Received: from web57008.mail.re3.yahoo.com (web57008.mail.re3.yahoo.com [66.196.97.112]) by mx1.freebsd.org (Postfix) with SMTP id 194848FC14 for ; Tue, 14 Oct 2008 14:22:39 +0000 (UTC) (envelope-from unga888@yahoo.com) Received: (qmail 32018 invoked by uid 60001); 14 Oct 2008 14:22:39 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=Wb76KutdbjKEkmSZkezt2ovDOfx6RwFYJrKjcnIdjZQCVv+KFW96O/JHQSycH+4AW4/zCGcCdfw99JcLIz5nSefNe875TDup08faaida2zZH3JMrEb/fWfYzPFV0uJ3atOXq+JASpzNSDfUUseYakmi2W4gExICwyEAsS3Y2z/o=; X-YMail-OSG: Px4Bh8oVM1nPeZ4Z4U59U4picIYKlpJInXr8xoArOvOsLIFsVYCzSIc9irUApHeXicLrLNjEj6yRHXc.hN8baAIvRhlwdLErEIMb.16Np3lhKSykQYeTvqEJFahttZXmRUXjzJzjwCKCx3FyfaiBskO6n4rJCFIRvNHePACSJgnDHJLTVkyPOvPU18qw Received: from [220.255.7.233] by web57008.mail.re3.yahoo.com via HTTP; Tue, 14 Oct 2008 07:22:39 PDT X-Mailer: YahooMailWebService/0.7.218.2 Date: Tue, 14 Oct 2008 07:22:39 -0700 (PDT) From: Unga To: Jeremy Chadwick In-Reply-To: <20081014125042.GA50163@icarus.home.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <356712.31393.qm@web57008.mail.re3.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: An endian error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: unga888@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2008 14:22:40 -0000 --- On Tue, 10/14/08, Jeremy Chadwick wrote: > From: Jeremy Chadwick > Subject: Re: An endian error > To: "Unga" > Cc: freebsd-questions@freebsd.org > Date: Tuesday, October 14, 2008, 8:50 PM > On Tue, Oct 14, 2008 at 05:00:26AM -0700, Unga wrote: > > Hi all > > > > I'm trying to compile RELENG_7 kernel on i386. > > > > The "make buildkernel" develops an endian > related error: > > I cannot reproduce this error on any of our i386 boxes or > our amd64 > boxes. > > Is this kernel being built with the new gcc you've been > messing around > with in other threads? I have to ask that question, for > obvious > reasons. > Yes :) The new gcc compiler was built with bootstraps. Sample programs compile fine. As per Alexander's patch, it doesn't meddle with endians except for arm. Regards Unga