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: How can I build an arm tool chain with an older version of Linux (2.6.14).


Jamie, All,

On Sunday 23 October 2011 15:57:51 Jamie Risk wrote:
> I'm in the position of having to build an arm tool chain
> using an older, patched, 2.6.14 kernel.  I know that the
> 'make headers_install' didn't attempt to start working on
> arm targets until 2.6.18.
> 
> Can someone make a suggestion for a ct-ng work around for
> this?  What targets can I manually create so that the
> build/make can smoothly ignore this step?

There are two main ways you could try.

First, you could use the linux-2.6.12 sanitised headers:
  http://ep09.pld-linux.org/~mmazur/linux-libc-headers/

Those are the headers from linux-2.6.12, sanitised for use by userland,
like "make headers-install" now does, but manually done at the time.
The 2.6.12 headers were the lastest sanitised headers released that way.

This is really, really deprecated, obsolete.


The second way depends on which C library you are using. If you use glibc
or eglibc, then you can use headers from 2.6.18 onward, and configure
glibc to include backward support for 2.6.14. In crosstool-NG, this is
the option LIBC_GLIBC_MIN_KERNEL_VERSION, located there:

  C-library  --->
  Minimum supported kernel version (Specific kernel version)  --->
  (2.6.14) Minimum kernel version to support

Although I never encountered any issue with this, I did not test it
really hard either. So, you may get issues in some corner-cases...


Of course, the optimum solution is to bang hard enough on your kernel
provider, so they provide you with an up-to-date kernel! Or even better,
so they upstream their changes! One can always dream, of course! ;-)

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]