GP32 Problem Converting Bmp To C


FabreNZ

Member
Joined
Dec 21, 2004
Messages
132
I am using the tools included with Mr Mirko's package, and I am using a batch file like this to convert my images:

Code:
bmp2bin -x background.bmp background.raw
convert background.raw > background.c

The BMP gets converted to RAW fine, but the raw2c program gives this error: "Invalid drive specification."

Why is this?
 
Back
Top