How to remove the option -Qy to as
\ Andrea Marongiu (30 Aug 2007)
. \ Jim Wilson (31 Aug 2007)

1 msggcc-4.2-20070829 is now available
4 msgBug or feature? C++ code that no longer compile...
7 msgStage 2 project: upgrade decNumber
3 msgsync_fetch_and_add creating unrecognizable insn
1 msgAnnounce: MPFR 2.3.0 is released
2 msgRe: r127885 - in /trunk: ChangeLog config.sub
9 msgICE in langhooks.c on SPU
14 msgquestion about rtl loop-iv analysis
2 msgGcc error - configure: error: C compiler cannot...
5 msganother build failure on ppc64-linux
1 msggcc-4.1-20070827 is now available
4 msguse of ifndef inhibit_libc to disable the conte...
3 msgBuild failure on ppc64
1 msg[tuples] Merged with mainline
2 msgIssues with the constification patches
5 msgPING SC members [was RE: RFA: GCC 4.2.1: Stabal...
3 msgBootstrap failure with --enable-checking=all,rtl
1 msg[possible BUG] gcc's vcg creation code (-dv flag)
1 msgva_ref
Subject:Re: How to remove the option -Qy to as
Group:Gcc
From:Jim Wilson
Date:31 Aug 2007


Andrea Marongiu wrote:
> It seems to be using the correct as (arm-elf-as) which anyhow doesn't support the -Qy option.

No, it is using the wrong assembler. There are two compilers here, the
native x86 linux one, and the cross compiler. You have the native x86
linux compiler using the arm-elf-as assembler, which won't work.

The solution is to remove $toolchain-prefix/arm-elf/bin from your path.
It is unnecessary and undesirable. Do put $toolchain-prefix/bin on
your path though.

Jim



© 2004-2008 readlist.com