From owner-freebsd-arm@FreeBSD.ORG Sat Jul 28 10:27:10 2012 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5689106567D for ; Sat, 28 Jul 2012 10:27:10 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from smtp4.clear.net.nz (smtp4.clear.net.nz [203.97.37.64]) by mx1.freebsd.org (Postfix) with ESMTP id 926BE8FC1F for ; Sat, 28 Jul 2012 10:27:10 +0000 (UTC) Received: from mxin1-orange.clear.net.nz (lb2-srcnat.clear.net.nz [203.97.32.237]) by smtp4.clear.net.nz (CLEAR Net Mail) with ESMTP id <0M7V00LEK9149410@smtp4.clear.net.nz> for arm@freebsd.org; Sat, 28 Jul 2012 22:27:09 +1200 (NZST) Received: from 202-0-48-19.paradise.net.nz (HELO localhost) ([202.0.48.19]) by smtpin1.paradise.net.nz with ESMTP; Sat, 28 Jul 2012 22:27:09 +1200 Date: Sat, 28 Jul 2012 22:26:52 +1200 From: Andrew Turner To: arm@freebsd.org Message-id: <20120728222652.19adb975@fubar.geek.nz> MIME-version: 1.0 X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; i386-portbld-freebsd8.1) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Pirate: Arrrr Cc: Subject: FreeBSD EABI support X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 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 Jul 2012 10:27:10 -0000 As many of you will know I have been working adding ARM EABI support to FreeBSD. I believe I am at a suitable stage for others people to test. To test you will need to checkout the arm_eabi project branch from SVN. The code is a available for checkout with subversion from: http://svn.freebsd.org/base/projects/arm_eabi You can them build and install in the usual way. Known bugs (feel free to fix): - Kernel back trace is unimplemented. - newsyslog crashes on start. - GDB crashes with EABI binaries. Andrew