This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: -Qy



Have you already built the binutils (i.e. gas and ld with friends) as
cross tools.  If not do that first.  If you have done that, try using
configure with --with-gnu-as and --with-gnu-ld, e.g.

./configure --target=i686-pc-linux-gnu --with-gnu-as --with-gnu-ld


Noah.


On 15 Mar 2001, at 8:43, Joe Humel wrote:

> I'm trying to build a cross compiler from the cygwin bash shell as
> follows.
> 
> $ ./configure --host=i686-pc-cygwin32 --target=i686-pc-linux-gnu
> 
> 
> The configuration goes well, but doing a make leads to the following.
> 
> as: unrecognized option `-Qy'
> make[1]: *** [libgcc2.a] Error 1
> make[1]: Leaving directory `/gcc-2.95.2-6/gcc'
> make: *** [all-gcc] Error 2
> 
> 
> Under Options for System V -Qy is defined as
> 
> `-Qy'
>       Identify the versions of each tool used by the compiler, in a
>       `.ident' assembler directive in the output.
> 
> I'm not sure why a System V option is used.  I have not specified
> System V anywhere.  ???
> 
> Thanks,
> Joe Humel
> 
> 
> ------
> Want more information?  See the CrossGCC FAQ,
> http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to
> crossgcc-unsubscribe@sourceware.cygnus.com



------------------------------------------
Noah Aklilu
http://www.ee.ualberta.ca/~aklilu/
naklilu@ualberta.ca

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]