Re: [ACTIVITY] WW42

2011-10-27 Thread Michael Hope
On Thu, Oct 27, 2011 at 5:18 PM, Zhenqiang Chen wrote: >>> zlib is used to build binutils, which is built before GCC. >>> If you install a 32-bit binary toolchain on 64-bit system, you might >>> have link error. By default, there is no 32-bit zlib on 64-bit system. >>> You have to  install 32-bit

Re: [ACTIVITY] WW42

2011-10-26 Thread Zhenqiang Chen
>> zlib is used to build binutils, which is built before GCC. >> If you install a 32-bit binary toolchain on 64-bit system, you might >> have link error. By default, there is no 32-bit zlib on 64-bit system. >> You have to  install 32-bit zlib manually. > > Yip, but both binutils and GCC include a

Re: [ACTIVITY] WW42

2011-10-26 Thread Michael Hope
On Tue, Oct 25, 2011 at 4:27 PM, Zhenqiang Chen wrote: >> mkedwards has these scripted up at: >>  https://github.com/mkedwards/crosstool-ng/tree/master/scripts/build/companion_libs >> >> We should add these in upstream.  I'd rather focus on GCC first, get >> that out as a prototype, then add GDB.

Re: [ACTIVITY] WW42

2011-10-24 Thread Zhenqiang Chen
> mkedwards has these scripted up at: >  https://github.com/mkedwards/crosstool-ng/tree/master/scripts/build/companion_libs > > We should add these in upstream.  I'd rather focus on GCC first, get > that out as a prototype, then add GDB. I tried tried mkedwards's extention. The GDB-cross can build

Re: [ACTIVITY] WW42

2011-10-24 Thread Michael Hope
On Mon, Oct 24, 2011 at 2:09 PM, Zhenqiang Chen wrote: > Summary: > * Exercise crosstool-ng and summarize the gaps. > > Details: > * Exercise crosstool-ng >  (1) Sync with lp:~linaro-toolchain-dev/crosstool-ng/linaro. >  (2) Try to config linux-host-baremental-target an > mingw32-host-baremental-t

Re: [ACTIVITY] WW42

2011-10-23 Thread Michael K. Edwards
You may find the extensions at https://github.com/mkedwards/crosstool-ng useful. Cheers, - Michael On Sun, Oct 23, 2011 at 6:09 PM, Zhenqiang Chen wrote: > Summary: > * Exercise crosstool-ng and summarize the gaps. > > Details: > * Exercise crosstool-ng >  (1) Sync with lp:~linaro-toolchain-dev/