From owner-freebsd-arm@freebsd.org Mon Jul 27 00:24:29 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 362A69AA435 for ; Mon, 27 Jul 2015 00:24:29 +0000 (UTC) (envelope-from freebsd@rgbaz.eu) Received: from fnsib-smtp06.srv.cat (fnsib-smtp06.srv.cat [46.16.61.62]) by mx1.freebsd.org (Postfix) with ESMTP id 0040CB78 for ; Mon, 27 Jul 2015 00:24:28 +0000 (UTC) (envelope-from freebsd@rgbaz.eu) Received: from [10.0.1.111] (j83162.upc-j.chello.nl [24.132.83.162]) by fnsib-smtp06.srv.cat (Postfix) with ESMTPSA id E5AD9D99DF for ; Mon, 27 Jul 2015 02:17:26 +0200 (CEST) To: freebsd-arm@freebsd.org From: ArnoB Subject: EABI 4 vs EABI 5? Message-ID: <55B57895.30909@rgbaz.eu> Date: Mon, 27 Jul 2015 02:17:25 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jul 2015 00:24:29 -0000 Hello, I'm trying to compile FreeBSD 11 head on a FreeBSD 9.3 amd64 machine, to be used on my Raspberry B. TARGET: arm TARGET_ARCH: armv6 Everything goes quite well, yet I'm seeing a slight difference between the binaries in the temporary installation folder and the ones on the Raspberry Pi. on the PC, FreeBSD 9.3 amd64: $ file /bin/ls /bin/ls: ELF 32-bit LSB executable, ARM, EABI4 version 1 (SYSV), dynamically linked, interpreter /libexec/ld-elf.so.1, FreeBSD-style, for FreeBSD 11.0 (1100077), stripped on the RasPi, FreeBSD 11.0-CURRENT: $ file temp/bin/ls temp/bin/ls: ELF 32-bit LSB executable, ARM, EABI4 version 1 (SYSV), dynamically linked, interpreter /libexec/ld-elf.so.1, FreeBSD-style, for FreeBSD 11.0 (1100077), stripped Almost identical, except for the EABI version. Is it possible to get exactly similar binaries in any way? thanks in advance Arno