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: Installing crosstool-ng fails on Debian


Hendrik,
All,

On Saturday 10 October 2009 13:54:32 Hendrik Sattler wrote:
> > Care to try attached patch? It should fix all --with-foo options.
> That fixes the problem, indeed :)

Ok, will apply, then.

> > I'd really appreciate if you could try to see through this...
> I just did and your problem is locale based. I have German locale here which 
> makes the match string (line 334) fail. You have to run those commands with 
> LC_ALL set to C locale!

Yes, things like that happen from time to time... Sigh. Thanks for
pinpointing snd solving the issue.

> $ bash --version
> GNU bash, Version 4.0.28(1)-release (x86_64-pc-linux-gnu)
> [..]
> $ LC_ALL=C bash --version
> GNU bash, version 4.0.28(1)-release (x86_64-pc-linux-gnu)
> Note: v != V

Yes, v-V=0x20 :-)

> I just realized that avr != avr32. There is very little information on the web 
> on how to build an avr32 toolchain since avr32linux.org is down, except AVR's 
> buildroot stuff . The patches do not seem to be in gcc & co., yet, or their 
> websites are totally outdated.

Nope, indeed, avr is 8-bit, while avr32 is, well, 32-bit. crtosstool-NG does
not support avr(8), but with some good will from an interested party... :-)

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]