delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Date: | Sun, 16 Jul 2000 15:44:44 -0400 |
Message-Id: | <200007161944.PAA07792@envy.delorie.com> |
From: | DJ Delorie <dj AT delorie DOT com> |
To: | s_m_siddiqi AT yahoo DOT com |
CC: | cygwin AT sources DOT redhat DOT com |
In-reply-to: | <20000716165737.21932.qmail@web4602.mail.yahoo.com> (message from |
Suhaib Siddiqi on Sun, 16 Jul 2000 09:57:37 -0700 (PDT)) | |
Subject: | Re: ld -r Unsupported PEI arch pe-i386 |
References: | <20000716165737 DOT 21932 DOT qmail AT web4602 DOT mail DOT yahoo DOT com> |
> Unsupported PEI architecture: pe-i386 > > Any suggestions? I am using Cygwin 1.1.2 and the > binutils from the "latest" I think the problem is that the linker is using PEI instead of PE. PEI is *only* for executables, PE is *only* for objects. When you do "ld -r" it's trying to produce an object, but if it doesn't know to switch formats, it will have a problem. Try "ld -r --oformat pe-i386 ..." -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |