[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] GCC 4.2.2 Build Issue
Hey guys,
Trying to build the suite, I built binutils with patch first, then built
the new mintlib (as of today) with patch linked and installed with the
new binutils. Then when trying to build gcc I get:
make[3]: Entering directory
`/h/newgccbu/gcc-4.2.2/host-m68k-atari-mint1.17a/libcpp'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/h/newgccbu/gcc-4.2.2/host-m68k-atari-mint1.17a/libcpp'
make[3]: Entering directory
`/h/newgccbu/gcc-4.2.2/host-m68k-atari-mint1.17a/libdecnumber'
source='../.././libdecnumber/decNumber.c' object='decNumber.o'
libtool=no gcc -I../.././libdecnumber -I. -g -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -pedantic
-Wno-long-long -I../.././libdecnumber -I. -c
../.././libdecnumber/decNumber.c
In file included from ../.././libdecnumber/decNumber.c:171:
../../libdecnumber/decNumberLocal.h:84: #error Minimum exponent mismatch
make[3]: *** [decNumber.o] Error 1
make[3]: Leaving directory
`/h/newgccbu/gcc-4.2.2/host-m68k-atari-mint1.17a/libdecnumber'
make[2]: *** [all-stage1-libdecnumber] Error 2
make[2]: Leaving directory `/h/newgccbu/gcc-4.2.2'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/h/newgccbu/gcc-4.2.2'
make: *** [all] Error 2
root@arawork:/h/newgccbu/gcc-4.2.2>
I am following the build script.
This is C++. Maybe I need to install gcc 4.2.2 C compiler only before
attempting this?
Thanks,
Mark