Fehler bei make toolchain in Ubuntu 6.10

3DWizard

Neuer User
Mitglied seit
8 Dez 2006
Beiträge
7
Punkte für Reaktionen
0
Punkte
0
Hallo,
bin noch unerfahrener Linux User, habe mich aber an die Aussagen in dem Thread auf dieser Seite über dsmod und Ubuntu Linux gehalten. Nach ein paar Anlaufschwierigkeiten, lief dann auch die Kompilierung des Toolchains, diese brach aber nach einer viertel Stunde ab. Mit dem Fehler kann ich nichts anfangen, ich hoffe mir kann da jemand weiter helfen. Hier der letzte Teil der Ausgabe des Terminals:
Code:
mipsel-unknown-linux-gnu-gcc  ../sysdeps/unix/mips/sysdep.S -c  -I../include -I. -I/danisahnemod/ds-0.2.9/source/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/build-glibc/csu -I.. -I../libio  -I/danisahnemod/ds-0.2.9/source/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/build-glibc -I../sysdeps/mips/elf -I../linuxthreads/sysdeps/unix/sysv/linux/mips -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/mips -I../sysdeps/unix/sysv/linux/mips -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/mips -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/mips/mipsel -I../sysdeps/mips/fpu -I../sysdeps/mips -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic  -nostdinc -isystem /danisahnemod/ds-0.2.9/source/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/gcc-core-prefix/lib/gcc-lib/mipsel-unknown-linux-gnu/3.3.2/include -isystem /danisahnemod/ds-0.2.9/toolchain/build/gcc-3.3.2-glibc-2.3.2/mipsel-unknown-linux-gnu/mipsel-unknown-linux-gnu/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h  -DPIC     -DHAVE_INITFINI -DASSEMBLER  -I/danisahnemod/ds-0.2.9/source/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/build-glibc/csu/.  -o /danisahnemod/ds-0.2.9/source/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/build-glibc/csu/sysdep.o
../sysdeps/unix/mips/sysdep.S: Assembler messages:
../sysdeps/unix/mips/sysdep.S:55: Warning: No .frame pseudo-op used in PIC code
mipsel-unknown-linux-gnu-gcc  version.c -c -std=gnu99 -O2 -Wall -Winline -Wstrict-prototypes -Wwrite-strings -finline-limit=10000      -I../include -I. -I/danisahnemod/ds-0.2.9/source/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/build-glibc/csu -I.. -I../libio  -I/danisahnemod/ds-0.2.9/source/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/build-glibc -I../sysdeps/mips/elf -I../linuxthreads/sysdeps/unix/sysv/linux/mips -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/mips -I../sysdeps/unix/sysv/linux/mips -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/mips -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/mips/mipsel -I../sysdeps/mips/fpu -I../sysdeps/mips -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic  -nostdinc -isystem /danisahnemod/ds-0.2.9/source/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/gcc-core-prefix/lib/gcc-lib/mipsel-unknown-linux-gnu/3.3.2/include -isystem /danisahnemod/ds-0.2.9/toolchain/build/gcc-3.3.2-glibc-2.3.2/mipsel-unknown-linux-gnu/mipsel-unknown-linux-gnu/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h  -DPIC     -DHAVE_INITFINI -o /danisahnemod/ds-0.2.9/source/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/build-glibc/csu/version.o
In file included from version.c:33:
/danisahnemod/ds-0.2.9/source/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/build-glibc/csu/version-info.h:1:1: missing terminating " character
/danisahnemod/ds-0.2.9/source/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/build-glibc/csu/version-info.h:2:1: missing terminating " character
/danisahnemod/ds-0.2.9/source/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/build-glibc/csu/version-info.h:3:1: missing terminating " character
/danisahnemod/ds-0.2.9/source/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/build-glibc/csu/version-info.h:4:1: missing terminating " character
make[3]: *** [/danisahnemod/ds-0.2.9/source/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/build-glibc/csu/version.o] Error 1
make[3]: Leaving directory `/danisahnemod/ds-0.2.9/source/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/glibc-2.3.2/csu'
make[2]: *** [csu/subdir_lib] Error 2
make[2]: Leaving directory `/danisahnemod/ds-0.2.9/source/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/glibc-2.3.2'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/danisahnemod/ds-0.2.9/source/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/build-glibc'
make: *** [source/crosstool-0.42/.installed] Error 2

Vielen Dank schon mal.
 
in Thread ist keine Lösung des Problems

Ich habe nicht bemerkt, dass da auch mein aktuelles Problem angesprochen wurde, allerdings hat dort die Lösung von olistudent mit der patchdatei nicht funktioniert. Genauso ist es bei mir, ich lege die Patchdatei im genannten Verzeichnis ab, der Fehler bleibt der gleiche. Brauche ich noch irgenwelche Pakete (habe z.B. von Jam nur die Standardpakete, also keine neuen hinzugefügt)?
 
In der Patchdatei war wohl auch ein Fehler. Der Patch wird zudem erst angewendet wenn die Toolchain vorher komplett gelöscht wird.
Als Quick&Dirty-Lösung sollte es reichen wenn du in der Datei /danisahnemod/ds-0.2.9/source/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/build-glibc/csu/version-info.h alle Zeilen mit einem " abschließt.

MfG Oliver
 
Danke, hat jetzt wohl funktioniert.
 

Neueste Beiträge

Statistik des Forums

Themen
244,871
Beiträge
2,219,892
Mitglieder
371,592
Neuestes Mitglied
dtochtermann
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.