From owner-freebsd-arm@FreeBSD.ORG Sat Mar 2 17:21:30 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A31D52E6 for ; Sat, 2 Mar 2013 17:21:30 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.78]) by mx1.freebsd.org (Postfix) with ESMTP id 6758E8CC for ; Sat, 2 Mar 2013 17:21:29 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1UBq7h-0008VL-9E; Sat, 02 Mar 2013 18:21:26 +0100 Received: from h253044.upc-h.chello.nl ([62.194.253.44] helo=pinky) by smtp.greenhost.nl with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1UBq7h-0002OG-4x; Sat, 02 Mar 2013 18:21:25 +0100 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-arm@freebsd.org, "Andrew Turner" Subject: Re: ARM EABI test image References: <20130302172556.5b59e122@bender> Date: Sat, 02 Mar 2013 18:21:28 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: <20130302172556.5b59e122@bender> User-Agent: Opera Mail/12.14 (Win32) X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.5 X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05 autolearn=disabled version=3.3.1 X-Scan-Signature: 9090f8a1960d7f777b94d17b6f36e747 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, 02 Mar 2013 17:21:30 -0000 On Sat, 02 Mar 2013 05:25:56 +0100, Andrew Turner wrote: > Hello, > > I have built an updated ARM EABI test image for Raspberry Pi [1]. > > The only known issue is c++ exception handling is broken when > using in a dynamically linked executable. Static executables should > work with c++ exceptions. > > To test it you will have to extract it using unxz and dd it to an sd > card, for example, with a USB to SD adapter on /dev/da0: > $ unxz bsd-pi-eabi-r247609.img.xz > $ dd if=bsd-pi-eabi-r247609.img of=/dev/da0 > > If you don't have a Raspberry Pi but would like to try it on your board > you can add -DWITH_ARM_EABI to the make commands you use to build and > install world and the kernel. Is this also interesing on the older SHEEVAPLUG? If yes, I can test it somewhere next week. Ronald. > > Can people try this as I would like to know if anything else is broken > as this will become the default ABI for 10. > > Andrew > > [1] http://people.freebsd.org/~andrew/rpi/bsd-pi-eabi-r247609.img.xz > _______________________________________________ > 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"