This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
building gcc-3.4 with mingw/msys
- From: "Dave Murphy" <wintermute2k4 at ntlworld dot com>
- To: <gcc at gcc dot gnu dot org>
- Date: Sun, 29 Feb 2004 05:06:55 -0000
- Subject: building gcc-3.4 with mingw/msys
Hi
I've managed to get 3.4 built for ARM target using mingw/msys but the
resulting build seems to end up dependent on libiconv-2.dll which hasn't
been the case with the 3.3 series. I've been configuring as follows
target=arm-agb-elf
prefix=c:/devkitARM_3.4
../../gcc-3.4-20040218/configure \
--enable-languages=c,c++ \
--with-cpu=arm7tdmi\
--enable-interwork --enable-multilib\
--with-gcc --with-gnu-ld --with-gnu-as --with-stabs \
--disable-shared --disable-threads --disable-win32-registry --disable-nls\
--target=$target \
--with-newlib \
--prefix=$prefix -v\
2>&1 | tee configure.log
can anyone shed any light on why this is happening?
Dave