On 7/9/2010 4:44 PM, Anthony Green wrote:

Building and testing the moxie-uclinux toolchain with the HEAD of GCC
is very simple:

$ git clone git://github.com/atgreen/moxiedev
$ cd moxiedev/gcc
$ ../scripts/fix-svn.sh
$ ./contrib/gcc_update
$ cd ..
$ PATH=`pwd`/root/usr/bin:$PATH
$ ant build

Of course.. the should be "export PATH=`pwd`/root/usr/bin:$PATH". Not strictly necessary for many versions of ant, but some of them are broken.

AG

Reply via email to