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: can't build toolchain "arm + gcc4.3.2 + glibc2.3.6"


Dmitry, All,

On Tuesday 14 December 2010 12:51:30 dmitry kuznetsov wrote:
> I try build glibc2.3.6 + linuxthreads. The result is fail.
> config:
> http://pastebin.ubuntu.com/543543/
> build.log:
> http://pastebin.ubuntu.com/543542/

Your toolchain is configured for EABI. Are you sure of this?

Also, glibc-2.3.6 will not properly build with any kernel > 2.6.24, as
2.6.25+ no longer export asm/page.h which such ancient glibc depend on.

You can try the following:
- revert to using headers from 2.6.24 (or even maybe earlier, but not before
  2.6.18 where it came really functional to export headers)
- try updating gcc, preferrably to one that was current at the time of
  glibc-2.3

Anyway, 2.3.6 is really old now, and linuxthreads is long deprecated. I'm
sorry, but I can't personnaly invest much more time on this setup... :-(

If you manage to make such an ancient setup work, then please do post your
results and tweaks: if they are not too invasive, they might make it into
the next release...

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]