[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/19248] assertion fail cofflink.c:264
From: |
bjbatten at acm dot org |
Subject: |
[Bug binutils/19248] assertion fail cofflink.c:264 |
Date: |
Thu, 31 Mar 2016 18:32:53 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=19248
Bryan Batten <bjbatten at acm dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bjbatten at acm dot org
--- Comment #4 from Bryan Batten <bjbatten at acm dot org> ---
Attempting to compile a program on my Cygwin-64 installation fails with the
following error:
[16] bryan: make BINARY=1
CC multest.c
collect2: fatal error: ld terminated with signal 11 [Segmentation fault], core
dumped
compilation terminated.
/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../../../../x86_64-pc-cygwin/bin/ld: BFD
(GNU Binutils) 2.25.2 assertion fail
/cygdrive/i/szsz/tmpp/cygwin64/binutils/binutils-2.25-4.x86_64/src/binutils-gdb/bfd/cofflink.c:264
Makefile:46: recipe for target 'multest' failed
make: *** [multest] Error 1
This program compiles without error or warning, and the resulting executable
runs correctly, on my 64 bit linux system - currently 4.4.6.
The program is example code from an eval package. To download and build it,
go to:
http://www.embeddedcodesource.com/codesnippet/s16math
and click the download link.
Once downloaded and unpacked,
> cd ./eval/examples/x86
> make (or make BINARY=1)
to reproduce the problem.
Hope this helps. Thanks.
--
You are receiving this mail because:
You are on the CC list for the bug.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug binutils/19248] assertion fail cofflink.c:264,
bjbatten at acm dot org <=