building gcc-3.4 with mingw/msys
Dave Murphy
wintermute2k4@ntlworld.com
Sun Feb 29 06:48:00 GMT 2004
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
More information about the Gcc
mailing list