Hey guys,
I've recently tried installing the SDL libraries on my PC to start deving for the GP2X but I've hit a bit of a brick wall. I've managed to get a windows build up and running without too much trouble but when I try to do a GP2X build I get the following...
CODE
1>------ Build started: Project: SDL_GP2X, Configuration: Debug Win32 ------
1>Linking SDL_GP2X.gpe...
1>arm-linux-gcc.exe: Debug\*.o: Invalid argument
1>arm-linux-gcc.exe: no input files
1>main.cpp
1>arm-linux-gcc.exe: no input files
1>Embedding manifest...
1>mt.exe : general error c10100b1: Failed to load file "..\SDL_Basic\Debug\SDL_GP2X.gpe". The system cannot find the file specified.
1>Build log was saved at "file://c:\devkitPro\Source\SDL_Basic\SDL_GP2X\Debug\BuildLog.htm"
1>SDL_GP2X - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I'm following the setup from here: http://wiki.gp2x.org/wiki/Using_Visual_C_2...Express_Edition
I've copied the SDL libs into my C:/devkitpro/devkitgp2x folders, arm-linux-gcc.exe is in my C:\devkitpro\devkitgp2x\bin folder and to my knowledge everything is where it should be. Any ideas what could be wrong?
I'm running windows vista business 2005 (x86) and microsoft visual studio 2008. All my PATHS are working correctly (i think)
I've recently tried installing the SDL libraries on my PC to start deving for the GP2X but I've hit a bit of a brick wall. I've managed to get a windows build up and running without too much trouble but when I try to do a GP2X build I get the following...
CODE
1>------ Build started: Project: SDL_GP2X, Configuration: Debug Win32 ------
1>Linking SDL_GP2X.gpe...
1>arm-linux-gcc.exe: Debug\*.o: Invalid argument
1>arm-linux-gcc.exe: no input files
1>main.cpp
1>arm-linux-gcc.exe: no input files
1>Embedding manifest...
1>mt.exe : general error c10100b1: Failed to load file "..\SDL_Basic\Debug\SDL_GP2X.gpe". The system cannot find the file specified.
1>Build log was saved at "file://c:\devkitPro\Source\SDL_Basic\SDL_GP2X\Debug\BuildLog.htm"
1>SDL_GP2X - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I'm following the setup from here: http://wiki.gp2x.org/wiki/Using_Visual_C_2...Express_Edition
I've copied the SDL libs into my C:/devkitpro/devkitgp2x folders, arm-linux-gcc.exe is in my C:\devkitpro\devkitgp2x\bin folder and to my knowledge everything is where it should be. Any ideas what could be wrong?
I'm running windows vista business 2005 (x86) and microsoft visual studio 2008. All my PATHS are working correctly (i think)