Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jul 2015 02:17:25 +0200
From:      ArnoB <freebsd@rgbaz.eu>
To:        freebsd-arm@freebsd.org
Subject:   EABI 4 vs EABI 5?
Message-ID:  <55B57895.30909@rgbaz.eu>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55B57895.30909>