Re: Problem configuring uclinux toolchain

2010-07-09 Thread Anthony Green
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

Re: Problem configuring uclinux toolchain

2010-07-09 Thread Anthony Green
On 7/9/2010 11:59 AM, Maxim Kuvyrkov wrote: On 7/9/10 3:22 PM, Anthony Green wrote: Hi Maxim, Recent changes to config.gcc are preventing me from building a moxie-uclinux toolchain. Anthony, What is the error the build process is failing on? Here are the details: Without OPTION_ANDROID=0:

Re: Problem configuring uclinux toolchain

2010-07-09 Thread Maxim Kuvyrkov
On 7/9/10 3:22 PM, Anthony Green wrote: Hi Maxim, Recent changes to config.gcc are preventing me from building a moxie-uclinux toolchain. Anthony, What is the error the build process is failing on? Thanks, -- Maxim Kuvyrkov CodeSourcery ma...@codesourcery.com (650) 331-3385 x724

Problem configuring uclinux toolchain

2010-07-09 Thread Anthony Green
Hi Maxim, Recent changes to config.gcc are preventing me from building a moxie-uclinux toolchain. They look related to your 2010-05-27 change for adding support for the Bionic C library. Your patches says that you updated the moxie-*-uclinux* config, but were you able to test this? I had t