Probleme mit dem newtoolchain-Skript


Werzi2001

Still Fresh
Joined
May 17, 2006
Messages
23
Hi,

wie bereits in dem Thema "SDK Seiten tot..." erwähnt, wollte ich mir die neue Toolchain downloaden und installieren (unter Linux). Allerdings erhielt ich beim installieren der GP2X-LIBS (Schritt 7 SDL) folgenden Fehler (beim patchen):
Code:
patching file config.sub
Reversed (or previously applied) patch detected!  Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file config.sub.rej
The next patch would create the file src/thread/linux/clone.S,
which already exists!  Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/thread/linux/clone.S.rej
patching file configure
Reversed (or previously applied) patch detected!  Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file configure.rej

ERROR: Error!

Der Fehler sieht für mich so aus, als wäre der Patch bereits "angewendet" worden... darum habe ich einfach mal den Patch aus dem "patches"-Ordner gelöscht.

Allerdings erhielt ich dann folgenden Fehler beim Kompilieren (auch bei Schritt 7 SDL):
Code:
SDL_sysjoystick.c:390: error: redefinition of 'struct joystick_hwdata'
SDL_sysjoystick.c:516: error: redefinition of 'SDL_SYS_JoystickInit'
SDL_sysjoystick.c:110: error: previous definition of 'SDL_SYS_JoystickInit' was here
SDL_sysjoystick.c:621: error: redefinition of 'SDL_SYS_JoystickName'
SDL_sysjoystick.c:117: error: previous definition of 'SDL_SYS_JoystickName' was here
SDL_sysjoystick.c:897: error: redefinition of 'SDL_SYS_JoystickOpen'
SDL_sysjoystick.c:127: error: previous definition of 'SDL_SYS_JoystickOpen' was here
SDL_sysjoystick.c:1253: error: redefinition of 'SDL_SYS_JoystickUpdate'
SDL_sysjoystick.c:160: error: previous definition of 'SDL_SYS_JoystickUpdate' was here
SDL_sysjoystick.c:1279: error: redefinition of 'SDL_SYS_JoystickClose'
SDL_sysjoystick.c:234: error: previous definition of 'SDL_SYS_JoystickClose' was here
SDL_sysjoystick.c:1306: error: redefinition of 'SDL_SYS_JoystickQuit'
SDL_sysjoystick.c:244: error: previous definition of 'SDL_SYS_JoystickQuit' was here
make[3]: *** [SDL_sysjoystick.lo] Fehler 1
make[3]: Leaving directory `/home/thomas/newtoolchain/SDL-1.2.9-GP2X/src/joystick/linux'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/thomas/newtoolchain/SDL-1.2.9-GP2X/src/joystick'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/thomas/newtoolchain/SDL-1.2.9-GP2X/src'
make: *** [all-recursive] Fehler 1


ERROR: Error!

Mit diesen Fehlern kann ich leider nichts anfangen :(

Weiß jemand von euch woran es liegen könnte und vorallem wie ich den Fehler beheben kann?

Danke :)

MfG
Thomas W
 
Back
Top