On Mon, Apr 03, 2006 at 02:55:06PM -0500, Trey Boudreau wrote:
> 
> Howdy all,
> 
> Does anyone have a working gcc-3.4/glibc-any ARM soft float
> configuration file?  Preferably one that works with scratchbox-1.0.3?
> The one in sb-toolchains/1.0 doesn't build to completion.  After you get
> over the hurdle of fixing C_SRC -> CC_SRC at line 35 of
> arm-gcc3.4.cs-glibc-sf.conf, you then run into the following problem:
> 
Ah ha!  One should not try to build an x86->arm cross compiler with an
x86->arm cross compiler.  It seems I failed to switch back to a HOST
target before trying to build this toolchain.

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.  I eventually just
did:

        find . -type d -name cookies -print | xargs rm -rf

Ugly, but it worked.

Thanks,
-- Trey
_______________________________________________
Scratchbox-users mailing list
[email protected]
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to