Issues With Windres And .res Files


A_SN

Active Member
Joined
Jun 8, 2006
Messages
899
There I got a problem with devikitGP2X (RC2) using Dev-C++. Basically it complains that the .res file isn't in a proper format

Code:
Compiler: GP2X
Building Makefile: "C:\cygwin\home\awam\SDL\Makefile.win"
Executing  make...
make.exe -f "C:\cygwin\home\awam\SDL\Makefile.win" all
windres.exe -i Project1-GP2X_private.rc --input-format=rc -o Project1-GP2X_private.res -O coff 

arm-linux-gcc.exe main.o Project1-GP2X_private.res -o "Project1-GP2X.gpe" -L"C:/devkitGP2X/lib" -lSDL -lm -static  

Project1-GP2X_private.res: file not recognized: File format not recognized

make.exe: *** [Project1-GP2X.gpe] Error 1

Execution terminated

what should I do?
 
Back
Top