Hi Matthew,
I'm currently building up a debianized cross-compiler toolchain for ubuntu
hardy and jaunty. Please consider to use our PPA
https://www.launchpad.net/~clazzes.org/+archive/ppa
and give us feedback on the toolchain there. I'm currently relying on
gcc-4.4.0-1 and will update the pa
Hi all,
I'm attempting to build a cross-compile toolchain on Ubuntu-JJ. I'm
building with the following script:
#! /bin/sh
top_dir=`pwd`
cd binutils/src
mkdir build
cd build
../configure --target=x86_64-w64-mingw32 \
--enable-targets=x86_64-w64-mingw32,i686-w64-mingw32
if make ; then
e