Re: How to remove the option -Qy to as

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

 



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


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux