From owner-freebsd-arm@FreeBSD.ORG Sun Sep 29 12:53:58 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 AE2B0C3F for ; Sun, 29 Sep 2013 12:53:58 +0000 (UTC) (envelope-from bpurgar@gmail.com) Received: from mail-qa0-x22c.google.com (mail-qa0-x22c.google.com [IPv6:2607:f8b0:400d:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7027B25D4 for ; Sun, 29 Sep 2013 12:53:58 +0000 (UTC) Received: by mail-qa0-f44.google.com with SMTP id j7so1626035qaq.17 for ; Sun, 29 Sep 2013 05:53:57 -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=Vy25MnhbGizBlLp+gv1JaZL23JK2VyrbZdSgQN9l89U=; b=c35E4brlsSeeyoY9+JkzVhrrcD6zcK/adLnnzM5Y44KHE76s+OVj2HvPVjS67Hyfyp gn7nDqoXWIPdT/DIts/ewUVSZSHceiV7iBvxT/n8TfWGa+kFosvVj4x2fySjcIfAKFFH qV8cxAR3rtHJ6VDvpjGUSwVZJ5MqDUgxS4J1ilMF5Xv5TEO1XX4r6HFTg1TTy1+VVKYs 9gmrAQLzY/0m/dn5SmRzWWJte1f8aqGBVG7/PsQYqaoLMZec2prVFaq9PJjGNTCbgbuO 1oHQYVx5qLXbHSXbGw6x2I/IeOykdOMISYSkMizeL4fmlUYXQ3L+/HxEWuCq5J+ujZKD ZOHA== MIME-Version: 1.0 X-Received: by 10.49.59.44 with SMTP id w12mr21643666qeq.57.1380459237597; Sun, 29 Sep 2013 05:53:57 -0700 (PDT) Received: by 10.49.101.13 with HTTP; Sun, 29 Sep 2013 05:53:57 -0700 (PDT) In-Reply-To: References: <20130929102651.15b203ff@bender> Date: Sun, 29 Sep 2013 14:53:57 +0200 Message-ID: Subject: Re: avila boot2 problem ? From: Berislav Purgar To: Andrew Turner Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: 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 12:53:58 -0000 On Sun, Sep 29, 2013 at 2:52 PM, Berislav Purgar wrote: > > > > On Sun, Sep 29, 2013 at 10:26 AM, Andrew Turner wrote: > >> On Sat, 28 Sep 2013 18:48:32 +0200 >> 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 .. >> >> Can you try the attached patch. It adds the required function to >> libkern, along with the needed unwind symbol. >> >> Andrew > > > great ... now compiles WITHOUT_ARM_EABI=yes on latest -HEAD .. (patched .. > buildworld .. buildenv .. make boot2) > > tnx > i mean without these WITHOUT_ARM_EABI in make.conf ..