I try to compile my own gcc 3.3.3 and got some errors
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/home/slubman/Applications/gp32/gcc-3.3.3-arm-elf/gcc/xgcc -B/home/slubman/Applications/gp32/gcc-3.3.3-arm-elf/gcc/ -B~/gp32gcc/arm-elf/bin/ -B~/gp32gcc/arm-elf/lib/ -isystem ~/gp32gcc/arm-elf/include -O2 -msoft-float -mthumb-interwork -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -Dinhibit_libc -fno-inline -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.3/gcc -I../../gcc-3.3.3/gcc/. -I../../gcc-3.3.3/gcc/config -I../../gcc-3.3.3/gcc/../include -DL_udivsi3 -xassembler-with-cpp -c ../../gcc-3.3.3/gcc/config/arm/lib1funcs.asm -o libgcc/./_udivsi3.o
as: unrecognized option `-mno-fpu'
make[2]: *** [libgcc/./_udivsi3.o] Erreur 1
make[2]: Leaving directory `/home/slubman/Applications/gp32/gcc-3.3.3-arm-elf/gcc'
make[1]: *** [stmp-multilib] Erreur 2
make[1]: Leaving directory `/home/slubman/Applications/gp32/gcc-3.3.3-arm-elf/gcc'
make: *** [all-gcc] Erreur 2
I've tried with the 3 "how-to" i found on this web page and with the oldest, i've got an error before (somtehing like "unkonwn option -march=armv4t"), and withe the 2 others i've got the error on top of the topic
Can you help me to compile GCC please ?
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/home/slubman/Applications/gp32/gcc-3.3.3-arm-elf/gcc/xgcc -B/home/slubman/Applications/gp32/gcc-3.3.3-arm-elf/gcc/ -B~/gp32gcc/arm-elf/bin/ -B~/gp32gcc/arm-elf/lib/ -isystem ~/gp32gcc/arm-elf/include -O2 -msoft-float -mthumb-interwork -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -Dinhibit_libc -fno-inline -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.3.3/gcc -I../../gcc-3.3.3/gcc/. -I../../gcc-3.3.3/gcc/config -I../../gcc-3.3.3/gcc/../include -DL_udivsi3 -xassembler-with-cpp -c ../../gcc-3.3.3/gcc/config/arm/lib1funcs.asm -o libgcc/./_udivsi3.o
as: unrecognized option `-mno-fpu'
make[2]: *** [libgcc/./_udivsi3.o] Erreur 1
make[2]: Leaving directory `/home/slubman/Applications/gp32/gcc-3.3.3-arm-elf/gcc'
make[1]: *** [stmp-multilib] Erreur 2
make[1]: Leaving directory `/home/slubman/Applications/gp32/gcc-3.3.3-arm-elf/gcc'
make: *** [all-gcc] Erreur 2
I've tried with the 3 "how-to" i found on this web page and with the oldest, i've got an error before (somtehing like "unkonwn option -march=armv4t"), and withe the 2 others i've got the error on top of the topic
Can you help me to compile GCC please ?