"Christian, Andrew" <Andrew.Christian@compaq.com> writes:
> Just about all kernel development is done using the cross-compiler
> toolchain, not the native ARM chain. It takes some time, but your best
> bet is to check out the entire kernel and build it.
An additional hint: all releases of the kernel are tagged in CVS, so
if to check out the sources that correspond to your kernel, you just
need to select the right tag.
You can figure out what tags there are from
http://cvs.handhelds.org/cgi-bin/viewcvs.cgi/linux/kernel/
or you can just check out the HEAD branch and do a "cvs log Makefile".
Once you have your tag, do "cvs update -r TAG" or "cvs checkout -r TAG".
If this is obvious to you, sorry for the noise.
Received on Fri Feb 22 09:06:41 2002
This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:44:32 EDT