OK,
i downloaded mirkos sdk and the "Automated script, to create your gp32 cross compiler. "
but the script fails with:
QUOTE
gcc -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include \
-DTARGET_MACHINE=\"arm-elf\" \
-c ../../gcc/collect2.c -o collect2.o
In Funktion »open«,
eingefügt von »collect_execute« bei ../../gcc/collect2.c:1535:
/usr/include/bits/fcntl2.h:51: Fehler: Aufruf von »__open_missing_mode« mit Attributfehler deklariert: open with O_CREAT in second argument needs 3 arguments
make[1]: *** [collect2.o] Fehler 1
make[1]: Verlasse Verzeichnis '/home/dirk/Downloads/automated/gcc-3.4.1/build/gcc'
make: *** [all-gcc] Fehler 2
/bin/sh ../mkinstalldirs /opt/gp-arm-elf /opt/gp-arm-elf
make[1]: Betrete Verzeichnis '/home/dirk/Downloads/automated/gcc-3.4.1/build/gcc'
gcc -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include \
-DTARGET_MACHINE=\"arm-elf\" \
-c ../../gcc/collect2.c -o collect2.o
In Funktion »open«,
eingefügt von »collect_execute« bei ../../gcc/collect2.c:1535:
/usr/include/bits/fcntl2.h:51: Fehler: Aufruf von »__open_missing_mode« mit Attributfehler deklariert: open with O_CREAT in second argument needs 3 arguments
make[1]: *** [collect2.o] Fehler 1
make[1]: Verlasse Verzeichnis '/home/dirk/Downloads/automated/gcc-3.4.1/build/gcc'
make: *** [install-gcc] Fehler 2
So what should i do now? is it possible to set up a more up to date cross compiler?
Thx in advance