bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GAS : unrecognized option (-EB)


From: Nick Clifton
Subject: Re: GAS : unrecognized option (-EB)
Date: 22 May 2002 17:12:57 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1

Hi Vincenzo,

> I have a problem though, and I'd like to ask your help on this: I'm
> using GAS transparently (an other tool is calling GAS). This tool
> invokes it with the option -EB (big-endian) which seems not to be
> supported by my instance of the GNU assembler. How shoiuld I
> compiler it in order to enable these features? 

The cygwin targeted assembler does not support the -EB switch.  The
Cygwin (and WIindows) environments run in little endian mode only, so
there is no need for the assembler to suppport a big endian option.

The question should be - why is your other tool trying to create
big-endian x86 assembler ?  (I am assuming that this other tool is
producing x86 assembler and not assembler for some other
architecture).

Cheers
        Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]