From owner-freebsd-arm@FreeBSD.ORG Sun Sep 29 06:48:36 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 50B6B569; Sun, 29 Sep 2013 06:48:36 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC2EC2898; Sun, 29 Sep 2013 06:48:35 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id hm2so2454862wib.12 for ; Sat, 28 Sep 2013 23:48:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ee50FZjBr1sQf0SWggjJAs6jHrrub13tS+1Md3J3UVU=; b=xDSJJykxXQAMxQ3f/S1RHsaI6GVYI0/0TXjT5qck4l9jvyJdVngsVzaoM9BEIUa4oZ Tm7A7FAfBfk6wpDF/3dv+ciJt1B7TnoaeJnnFyvjXUMRCd/QulnrhDi28kX0xgsmdj6i 8Rpf+f+BBj3kO5CkPc5yl/1DyDTfss/AzfWL/gvBjNPnkTo1DHOT/lC8p5GFQGLYJheP gPV3oTHqn7pNueAFK+DptKhrBZnJG0tgRRzlsI00VhlvXs2aFOzLDR0e/RYZCoFvS7x6 MTRjGgK6UFuVIN8PQcNeflVxDTtM2NQZGdQ0tVkFrAmoOt/uBek4JXllqG3gorDSNEJl acnQ== MIME-Version: 1.0 X-Received: by 10.180.211.171 with SMTP id nd11mr5978298wic.0.1380437314182; Sat, 28 Sep 2013 23:48:34 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.73.133 with HTTP; Sat, 28 Sep 2013 23:48:34 -0700 (PDT) In-Reply-To: <1380392911.1197.340.camel@revolution.hippie.lan> References: <1380392804.1197.339.camel@revolution.hippie.lan> <1380392911.1197.340.camel@revolution.hippie.lan> Date: Sat, 28 Sep 2013 23:48:34 -0700 X-Google-Sender-Auth: gPDpukfg2SkbOqWBHDpfCJxn0LE Message-ID: Subject: Re: avila boot2 problem ? From: Adrian Chadd To: Ian Lepore Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Berislav Purgar , "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Sep 2013 06:48:36 -0000 .. i'll ask andy today about this. -a On 28 September 2013 11:28, Ian Lepore wrote: > On Sat, 2013-09-28 at 12:26 -0600, Ian Lepore wrote: > > On Sat, 2013-09-28 at 20:05 +0200, Berislav Purgar wrote: > > > On Sat, Sep 28, 2013 at 6:48 PM, Berislav Purgar > wrote: > > > > > > > Hello .. i have tryed to build boot2 for avila GW2345 board but i > got err > > > > from LD > > > > about missing __aeabi_llsl from boot2.o ? > > > > > > > > freebsd -HEAD ... i have build buildworld and buildenv .. make > > > > ixp425/boot2 runs Ok but when trying to link these object i got > these error > > > > undefined __aeabi_llsl from boot2.o .. > > > > > > > > > > > > sorry for my english .. > > > > > > > > here is image for this error > > > > http://s21.postimg.org/qtnaikjyv/WP_20130928_005_1.jpg > > > > > > > > > > > > > > > just tested on 9.0 and evrething is OK .. > > > > On 9.x the default compiler is gcc using OABI. On 10 the default > > compiler is clang and the default ABI is EABI. The ABI is what's > > causing the problem in building boot2. On 10 you could set > > WITHOUT_ARM_EABI=yes in your make.conf to work around it for now. > > > > The real fix is to figure out what we need to do to make eabi work in > > standalone(ish) build environments like the bootloaders. > > > > -- Ian > > I should mention also that when you change compiler and/or abi using teh > WITH/WITHOUT controls, you must recompile the entire world and kernel, > or you'll get all kinds of strange errors at runtime. > > -- Ian > > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >