On Mon, Apr 03, 2006 at 04:45:08PM -0500, Trey Boudreau wrote: > > Does anyone have a working gcc-3.4/glibc-any ARM soft float > > configuration file? Preferably one that works with scratchbox-1.0.3?
With scratchbox 1.0.3, you can use toolchains build outside scratchbox, for example built with crosstool[1]. You will need to follow the rough instructions at sbox wiki[2]. with 1.0.3 release, there is one softfloat toolchain already included, ie CodeSourcery 3.4 EABI toolchain[3]. however, it requires atleast arm5t, which I don't know if you have or not =) > However, it brings up a problem. What target do I use to really clean > out the build directories and rebuild everything from scratch? 'make > clean' doesn't do it, and 'make deep-clean' failed. make clean-toolchain CONFIG=meta/.. [1] http://www.kegel.com/crosstool/ [2] http://scratchbox.org/wiki/ForeignToolchains [3] http://scratchbox.org/download/files/sbox-releases/1.0/tarball/scratchbox-toolchain-arm-gcc3.44csn-glibc2.3-1.0.3-i386.tar.gz _______________________________________________ Scratchbox-users mailing list [email protected] http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users
