From owner-freebsd-mips@FreeBSD.ORG Thu Aug 30 11:59:11 2007 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28DE216A419 for ; Thu, 30 Aug 2007 11:59:10 +0000 (UTC) (envelope-from gonzo@freebsd.org) Received: from bugor.portaone.com (bugor.portaone.com [65.61.203.147]) by mx1.freebsd.org (Postfix) with ESMTP id D065C13C45A for ; Thu, 30 Aug 2007 11:59:10 +0000 (UTC) (envelope-from gonzo@freebsd.org) Received: from mail.pbxpress.com ([65.61.203.142] helo=leaf.pbxpress.com) by bugor.portaone.com (8.11.3/8.11.3) with ESMTP (TLSv1:AES256-SHA:256)id 1IQifZ-000LLS-Ly; Thu, 30 Aug 2007 04:58:41 -0700 Received: from [192.168.0.63] (k3-gw.portaone.com [193.28.87.193]) (authenticated bits=0) by leaf.pbxpress.com (8.13.3/8.13.3) with ESMTP id l7UC1odR024352 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 30 Aug 2007 05:01:56 -0700 (PDT) (envelope-from gonzo@freebsd.org) Message-ID: <46D6B0EA.6040108@freebsd.org> Date: Thu, 30 Aug 2007 14:58:34 +0300 From: Oleksandr Tymoshenko User-Agent: Thunderbird 1.5.0.9 (X11/20070115) MIME-Version: 1.0 To: dandee@hellteam.net References: <000001c7e9cc$ea53a920$6508280a@tocnet28.jspoj.czf> <46D546AB.9090902@freebsd.org> <000001c7ea99$1bae1d80$6508280a@tocnet28.jspoj.czf> In-Reply-To: <000001c7ea99$1bae1d80$6508280a@tocnet28.jspoj.czf> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, recieved from customer server pbxpress.com or rt.portaone.com Cc: freebsd-mips@freebsd.org Subject: Re: make build-toolchain fials again and again X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2007 11:59:11 -0000 Daniel Dvořák wrote: > Hi gonzo, > > Yes of course, here it is: > > # uname -sr > FreeBSD 6.2-RELEASE-p5 > > # gcc -v > Using built-in specs. > Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.6 [FreeBSD] 20060305 It's rather strange. I've successfully build kernel-toolchain with just the same compiler on both amd64 and i386. My build log shows that this file was compiled with -O1 flag while your log contains -O, so I take it's either something in your make.conf or your snapshot is not the latest one. Make sure you're using the latest snapshot from http://kanar.ci0.org/fbsd-mips.tar.gz MD5 (fbsd-mips.tar.gz) = 6d42ae9e005d3e4d622f7f3ca9c2c331 And try to remove mips.build directory completely before making new build. > > -----Original Message----- > From: Oleksandr Tymoshenko [mailto:gonzo@freebsd.org] > Sent: Wednesday, August 29, 2007 12:13 PM > To: dandee@hellteam.net > Cc: freebsd-mips@freebsd.org > Subject: Re: make build-toolchain fials again and again > > Daniel Dvořák wrote: >> Hi there, >> >> >> >> >From http://wiki.freebsd.org/FreeBSD/mips > .. skipped .. >> So this was my 3rd snapshot of sources and it always stops on this kernel-toolchain procedure somewhere it depends on the concrete snapshot, which I try. :) >> >> I tried it several times. It always stops on these „dot h“ files. >> Does anybody from non-developers finish this procedure at all ever ? :) >> What do I have to do now ? > Can you show me your uname -sr? and gcc -v as well. -- gonzo