Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@sourceware.cygnus.com>
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>,
	<http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <1B6FF887D79FD2119FDB00805FBED48B01C129B1@erlm511a.erl9.siemens.de>
From: Rotter Klaus <Klaus.Rotter@erl9.siemens.de>
To: "'cygwin@sourceware.cygnus.com'" <cygwin@sourceware.cygnus.com>
Subject: Cygwin crashes using own linker scripts
Date: Tue, 24 Aug 1999 08:37:26 +0200
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2448.0)
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id DAA01916

Hello,

I have discovered a problem with cygwin. I use cygwin for embedded developmend.
The standard out-of-the-box cygwin seems to have a problem with linker scripts (and/or absolute linking). If I do the following (or use an absoulte linker script), cygwin crashes:

10:15:13://h/c-src> ld -oformat binary -Tbss 0x1000 -Tdata 0x2000 -Ttext 0x3000 test2.o -o test2.abs
[main] D:\users\rku65670\cygnus\CYGWIN~1\H-I586~1\bin\ld.exe 9008 (0) handle_exc
eptions: Exception: STATUS_ACCESS_VIOLATION
[main] ld 9008 (0) handle_exceptions: Dumping stack trace to ld.exe.core

ld --help says:

[...]
ld: supported targets: pe-i386 pei-i386 srec symbolsrec tekhex binary ihex
ld: supported emulations: i386pe
ld: emulation specific options:
[...]

I have recompiled cygwins B20 ld and also gcc 2.95 ld (just ./configure). The result 
is the same: crash.

Then I recompiled gcc 2.95 ld with "./configure --target=i386-linux-coff" and now it works.

ls-new --help says:
[...]
ld-new: supported targets: coff-i386 srec symbolsrec tekhex binary ihex
ld-new: supported emulations: i386coff
[...]

So, is there a bug or do I have missed something ?

-Klaus

-- 
 Klaus Rotter, Siemens AG,  ATD TD 6 EPG, Postfach 3249, 91020 Erlangen
 Frauenauracherstraße 98, 91056 Erlangen
 Tel.: +49 9131 18-84637, Fax: +49 9131 18-84648 
 mailto:Klaus.Rotter@erl9.siemens.de

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

