I wanted to start coding for the GP2X, so I followed the instructions given in this file:
gp2x%20-%20Development/Documentation/HowToWinGP2X.pdf
I performed the steps, installed MinGW and its SDL, but I'm now stuck at step 6-g. When I try to compile the default project in CodeBlocks, it gives me the following error in the build messages tab:
CODE
ld.exe cannot find -lSDL_image
I went to the Compiler and Debugger window and removed SDL_image from the set of link libraries. When I tried to compile it again, it gave me a similar error, but it said -lwinmn instead. I removed winmn and then it compiled okay. But, when the program ran it told me it couldn't find SDL.dll. I have no clue what the problem is. I need some advice.
gp2x%20-%20Development/Documentation/HowToWinGP2X.pdf
I performed the steps, installed MinGW and its SDL, but I'm now stuck at step 6-g. When I try to compile the default project in CodeBlocks, it gives me the following error in the build messages tab:
CODE
ld.exe cannot find -lSDL_image
I went to the Compiler and Debugger window and removed SDL_image from the set of link libraries. When I tried to compile it again, it gave me a similar error, but it said -lwinmn instead. I removed winmn and then it compiled okay. But, when the program ran it told me it couldn't find SDL.dll. I have no clue what the problem is. I need some advice.