This is the mail archive of the crossgcc@sourceware.org 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]
Other format: [Raw text]

Re: crosstool-ng build failure with default arm-unknown-linux-uclibcgnueabi sample


Thomas,
All,

On Wednesday 02 December 2009 00:02:07 Yann E. MORIN wrote:
> > It fails while compiling the first gcc compiler
> > with /[...]/arm-unknown-linux-uclibcgnueabi/bin/as:
> > unrecognized option '-Qy'
> Hey! Looks like it's calling the _native_ assembler, here, while yours seems
> to be calling the _cross_ assembler?!? WTF is going on here?

Well, in fact it shall really call the native assembler: it's tring to
generate an executable, genmodes, to run on the build machine.

> OK, I'll look a bit more in depth at the log file to see why it does so.

Everything I could spot looked fine to me... :-(

> I'll try to replicate the problem on my i686 netbook,

The gcc pass-1 build just finished, and genmodes was successfully built
and run.

From digging the binutils source code, -Qy should mostly be ignored for
compatibility with some (legacy) SVR4 stuff. Mostly, it seems it dealt
with comment sections. Bah...

What's your host? Mine is a Debian Lenny 5.0.3 with backports:

# as --version
GNU assembler (GNU Binutils for Debian) 2.18.0.20080103
# gcc --version
gcc (Debian 4.3.2-1.1) 4.3.2
# uname -a
Linux roazhon 2.6.31.5-roazhon #1 SMP Fri Oct 23 20:17:59 CEST 2009
x86_64 GNU/Linux

Sorry, I'm out of ideas... :-(
That's all for tonight, tomorrow is a long day.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
`------------------------------^-------^------------------^--------------------'



--
For unsubscribe information see http://sourceware.org/lists.html#faq


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