Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: Chris Faylor <cgf@cygnus.com>
Date: Sun, 16 Jul 2000 19:34:03 -0400
To: cygwin@sources.redhat.com
Subject: Re: ld -r Unsupported PEI arch pe-i386
Message-ID: <20000716193403.B24611@cygnus.com>
Reply-To: cygwin@sources.redhat.com
Mail-Followup-To: cygwin@sources.redhat.com
References: <20000716195959.28812.qmail@web4601.mail.yahoo.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
User-Agent: Mutt/1.2i
In-Reply-To: <20000716195959.28812.qmail@web4601.mail.yahoo.com>; from s_m_siddiqi@yahoo.com on Sun, Jul 16, 2000 at 12:59:59PM -0700

On Sun, Jul 16, 2000 at 12:59:59PM -0700, Suhaib Siddiqi wrote:
>Yes, 
>That was it.  Now I need to adapt Imake.rules files
>or I will be manually issuing this command 130 times.

Hmm.  It should be possible to change one of the linker scripts to
accomodate this shouldn't it?  DJ?

cgf

>--- DJ Delorie <dj@delorie.com> wrote:
>> 
>> > 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 ..."
>
>
>__________________________________________________
>Do You Yahoo!?
>Get Yahoo! Mail – Free email you can access from anywhere!
>http://mail.yahoo.com/
>
>--
>Want to unsubscribe from this list?
>Send a message to cygwin-unsubscribe@sourceware.cygnus.com

-- 
cgf@cygnus.com                        Cygnus Solutions, a Red Hat company
http://sourceware.cygnus.com/         http://www.redhat.com/

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

