On Saturday 31 March 2007 5:57 am, Samir wrote: > Dear All > > > > I am a new user of uClibc. > > I am having a ready tool chain having GCC-2.95.3, binutils-2.14.90.0.6 & > uClibc-0.9.18, working on ARM9 > > I want to update my tool chain. > > So I start the work to build the tool chain from Scratch. > > I am taking a reference from Book author Karim Yaghmour (Building Embedded > Linux Systems)
I'd like to point you at my build system http://landley.net/code/firmware Which not only does this for you but if you want to learn how, it's a bash script that does everything in a reasonably linear order, so just read build.sh and the scripts that calls. > > > I start the work by updating tools one by one. > > Right now I am using GCC-3.2.2, binutils-2.14.90.0.6& uClibc-0.9.25. I'd like to point out that 0.9.26 was the first remotely modern uClibc version. Everything before that was feature incomplete, 0.9.26 was the first one where random software could be expected to run against it, modulo bugs. If you're going to upgrade, I'd suggest doing so to the current release. > > Compilation of tools can be OK. > > It's not installing a bin file (this option is removed in new version after > uClibc-0.9.22). Do you mean the wrapper script? (The build system I linked to above contains a version of the wrapper script.) Rob -- Vista: Windows Millenium Second Edition _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
