From owner-freebsd-arm@FreeBSD.ORG Sat Sep 28 18:05:11 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 F1144F7A for ; Sat, 28 Sep 2013 18:05:11 +0000 (UTC) (envelope-from bpurgar@gmail.com) Received: from mail-qa0-x22b.google.com (mail-qa0-x22b.google.com [IPv6:2607:f8b0:400d:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B4B642A40 for ; Sat, 28 Sep 2013 18:05:11 +0000 (UTC) Received: by mail-qa0-f43.google.com with SMTP id k15so1310948qaq.2 for ; Sat, 28 Sep 2013 11:05:10 -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 :content-type; bh=HqtpOnwWFx0MSQwd4nmIHO2gDTEXdv3Qap3bGBMRtt4=; b=L96VpQyuKuSzTRDZ54auT6bN+CjEERFFLODVaRPPkByujVDraZx2hrKXvdQSVqVKCd xvpeRytj1t4Lfzc87K8YxeWe4166fzYAqPMBF/ATVYmHX/1WKaQQGI7kztd8HpysMh6D F3heCD5mZIvrCdf0z8cShkKgNJYz9NRV7s7xyTRg0EdTy1s+X/mhughwYMpxSKzmqdzs 7+M3dIEkuaQSDEg6FffBkbuw4epFgpOxtd4DakLOplIUdNedGz2Z2hIUtdQ01Kbb/vZt klW2l0aC+03gw2YLGdPBomVtyZiblpYNzdsstGijBOZaIjznpFwtvzSmCKcPyf4JjMkh C2WA== MIME-Version: 1.0 X-Received: by 10.49.84.6 with SMTP id u6mr17241906qey.79.1380391510895; Sat, 28 Sep 2013 11:05:10 -0700 (PDT) Received: by 10.49.101.13 with HTTP; Sat, 28 Sep 2013 11:05:10 -0700 (PDT) In-Reply-To: References: Date: Sat, 28 Sep 2013 20:05:10 +0200 Message-ID: Subject: Re: avila boot2 problem ? From: Berislav Purgar To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Sat, 28 Sep 2013 18:05:12 -0000 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 ..