Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jul 2014 15:46:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-arm@FreeBSD.org
Subject:   [Bug 175605] devel/binutils: please fix build binutils-2.23.1 in raspberry pi
Message-ID:  <bug-175605-7-az4rjNyKaT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-175605-7@https.bugs.freebsd.org/bugzilla/>
References:  <bug-175605-7@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=175605

--- Comment #5 from mexas@bris.ac.uk ---
executable segfaults:

$ cc -c z.c -Wall
$ /usr/local/bin/ld -o z /usr/lib/crt1.o /usr/lib/crti.o z.o -lc
$ file z
z: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses
shared libs), for FreeBSD 10.0 (1000710), not stripped
$ ldd ./z
./z:
        libc.so.7 => /lib/libc.so.7 (0x2003c000)
$ ./z
Segmentation fault (core dumped)
$

$ pkg info -xo binu
binutils-2.24                  devel/binutils
$ uname -a
FreeBSD BOZO 10.0-STABLE FreeBSD 10.0-STABLE #0 r268038: Tue Jul  1 04:29:43
UTC 2014     root@grind.freebsd.org:/usr/obj/arm.armv6/usr/src/sys/RPI-B  arm
$

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-175605-7-az4rjNyKaT>