<br>The changes I made to get a completed build of arm sysroot were:<br><br>Apply the gcc patch attached in the following email during builds of gcc, applied some cross compile fixes to the perl build and had to enable a couple of libraries in the e2fsprogs build.<br>
<br>I had to roll my own eglibc tarballs from the eglibc site.  There were a couple of bugs in the eglibc code - a missing #define and a failure due to an include file install target (bits/timex.h) which doesn't exist (maybe it's in a later kernel or something).   Those were pretty easy to find & fix.<br>
<br>I bumped the revision level on several packages but I don't think it affects any of the building issues I ran into.   I changed my target definition also to what I needed but I don't think that affects building issues either..<br>
<br>I've attached a book patch with my changes.  This is a hacky patch.  I'm not saying it is good stuff - just that it might be of help to someone else who would like to build arm sysroot.    And in fact when I booted it, there were some error messages so I know there is still stuff that isn't quite right.   But it did come up to a prompt and was sane enough to rebuild binutils natively.<br>
<br>My build system is Fedora 9 i386 BTW.<br><br><br><br><br>