magiceyes :
Bien que je sois de moins en moins un user windows et que je n'ai pas encore ma GP2x,
je serais heureux de pouvoir t'aider ..
thyphoon :
"File format not recognized"
Il te fait ca sur quel fichier, dans quelle phase de compilation ?
As-tu aussi pensé à linker les librairies SDL ? (dans ton projet dev c++, ajouter les libs).
j'ai un peu progressé ! voilà ce que j'ai !
Compilateur: GP2X
Building Makefile: "C:\Documents and Settings\lebrun_y\Bureau\Source Artillerie SDL\Makefile.win"
Exécution de make...
make.exe -f "C:\Documents and Settings\lebrun_y\Bureau\Source Artillerie SDL\Makefile.win" all
arm-linux-gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Dev-Cpp/gp2x/devkitGP2X/include" -I"C:/Dev-Cpp/SDL/include" -g3 -gstabs -g3
arm-linux-gcc.exe -D__DEBUG__ -c background.c -o background.o -I"C:/Dev-Cpp/gp2x/devkitGP2X/include" -I"C:/Dev-Cpp/SDL/include" -g3 -gstabs -g3
background.c: In function 'BckGrdi_Init':
background.c:15: warning: incompatible implicit declaration of built-in function 'exit'
arm-linux-gcc.exe -D__DEBUG__ -c balistic.c -o balistic.o -I"C:/Dev-Cpp/gp2x/devkitGP2X/include" -I"C:/Dev-Cpp/SDL/include" -g3 -gstabs -g3
balistic.c: In function 'Fire':
balistic.c:19: warning: incompatible implicit declaration of built-in function 'sin'
balistic.c:20: warning: incompatible implicit declaration of built-in function 'cos'
arm-linux-gcc.exe -D__DEBUG__ -c font.c -o font.o -I"C:/Dev-Cpp/gp2x/devkitGP2X/include" -I"C:/Dev-Cpp/SDL/include" -g3 -gstabs -g3
font.c: In function 'Thy_DrawText':
font.c:39: warning: incompatible implicit declaration of built-in function 'strlen'
font.c: In function 'TextLength':
font.c:57: warning: incompatible implicit declaration of built-in function 'strlen'
arm-linux-gcc.exe -D__DEBUG__ -c chrono.c -o chrono.o -I"C:/Dev-Cpp/gp2x/devkitGP2X/include" -I"C:/Dev-Cpp/SDL/include" -g3 -gstabs -g3
arm-linux-gcc.exe -D__DEBUG__ -c ground.c -o ground.o -I"C:/Dev-Cpp/gp2x/devkitGP2X/include" -I"C:/Dev-Cpp/SDL/include" -g3 -gstabs -g3
arm-linux-gcc.exe -D__DEBUG__ -c 2Ddrawing.c -o 2Ddrawing.o -I"C:/Dev-Cpp/gp2x/devkitGP2X/include" -I"C:/Dev-Cpp/SDL/include" -g3 -gstabs -g3
2Ddrawing.c: In function '__itoa':
2Ddrawing.c:244: warning: incompatible implicit declaration of built-in function 'memcpy'
arm-linux-gcc.exe -D__DEBUG__ -c body.c -o body.o -I"C:/Dev-Cpp/gp2x/devkitGP2X/include" -I"C:/Dev-Cpp/SDL/include" -g3 -gstabs -g3
arm-linux-gcc.exe -D__DEBUG__ -c animation.c -o animation.o -I"C:/Dev-Cpp/gp2x/devkitGP2X/include" -I"C:/Dev-Cpp/SDL/include" -g3 -gstabs -g3
arm-linux-gcc.exe -D__DEBUG__ -c title.c -o title.o -I"C:/Dev-Cpp/gp2x/devkitGP2X/include" -I"C:/Dev-Cpp/SDL/include" -g3 -gstabs -g3
arm-linux-gcc.exe -D__DEBUG__ -c action.c -o action.o -I"C:/Dev-Cpp/gp2x/devkitGP2X/include" -I"C:/Dev-Cpp/SDL/include" -g3 -gstabs -g3
arm-linux-gcc.exe -D__DEBUG__ -c bonus.c -o bonus.o -I"C:/Dev-Cpp/gp2x/devkitGP2X/include" -I"C:/Dev-Cpp/SDL/include" -g3 -gstabs -g3
arm-linux-gcc.exe -D__DEBUG__ main.o background.o balistic.o font.o chrono.o ground.o 2Ddrawing.o body.o animation.o title.o action.o bonus.o -o "Artillerie SDL.exe" -L"C:/Dev-Cpp/gp2x/devkitGP2X/lib" -L"C:/Dev-Cpp/SDL/lib" -lmingw32 -lSDLmain -lSDL -g3
c:\dev-cpp\gp2x\devkitgp2x\bin\..\lib\gcc\arm-linux\4.0.2\..\..\..\..\arm-linux\bin\ld.exe: cannot find -lmingw32
make.exe: *** ["Artillerie] Error 1
Exécution terminée