From owner-freebsd-arm@FreeBSD.ORG Fri Mar 13 18:39:02 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E3655A7 for ; Fri, 13 Mar 2015 18:39:02 +0000 (UTC) Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2354E1E5 for ; Fri, 13 Mar 2015 18:39:02 +0000 (UTC) Received: by wevl61 with SMTP id l61so25118123wev.10 for ; Fri, 13 Mar 2015 11:39:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=x+FseT4dbXg1b4a70JEO8SL5vSDyJA+TYreyUVFCank=; b=NSI0Z7nw+wDOt4Hk9l6qFrfzmFbu+ib2k4c//PUez4Dicjh8yITLfSk3GcpwHndmLO oRmNPZvNl2yYbHMQhH1lUbFF+yL5U24ZoqEmv0AmDqRdk/AQaGSswhAQwPSM56sWBlD2 bP2ND1T0hnWSqwizB7R00pAba+/dg50I0A/WV5PRYpkGGTz9vlF8k7kZqRoJDPrAYDZT lhu+GcgMcp8QJ2/m7wWZZZQnlvyKZflcPQWxNjApUHdEVfiXTtJokuGjs2rJAQ91ANAQ z0AVKYDe67LILCAdWLJtkreo4h7DT6drZHezWqC7cfrbOF5FwdOJNWa/jZN0fkX5CzTF UPMg== MIME-Version: 1.0 X-Received: by 10.180.90.113 with SMTP id bv17mr17895065wib.3.1426271940471; Fri, 13 Mar 2015 11:39:00 -0700 (PDT) Received: by 10.180.195.99 with HTTP; Fri, 13 Mar 2015 11:39:00 -0700 (PDT) In-Reply-To: <20150313113356.342f77a7@ivory.wynn.com> References: <20150310121946.13c75571@ivory.wynn.com> <20150313113356.342f77a7@ivory.wynn.com> Date: Fri, 13 Mar 2015 15:39:00 -0300 Message-ID: Subject: Re: Native Buildworld fails on BeagleBone From: Luiz Otavio O Souza To: Brett Wynkoop Content-Type: text/plain; charset=UTF-8 Cc: freebsd-arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2015 18:39:02 -0000 On 13 March 2015 at 12:33, Brett Wynkoop wrote: > Greeting- > > It seems I still can not build world. This time the sources were on > the USB FLASH ZFS. At no time did I seem to run out of swap. I had > 1024M swap and maxed swap use at 75%. > > -Brett > > > Stack dump: > 0. Program arguments: /usr/bin/c++ -cc1 -triple > armv6--freebsd11.0-gnueabi -emit-obj -disable-free -main-file-name > AnalysisBasedWarnings.cpp -mrelocation-model static -mdisable-fp-elim > -relaxed-aliasing -masm-verbose -mconstructor-aliases -target-cpu > arm1176jzf-s -target-feature +soft-float-abi -target-abi aapcs-linux It seems that arm1176jzf-s is defined at your system, with this setting you won't be able to do native builds on your BBB. Please check the /etc/make.conf contents. Luiz