Hey folks, I'm hoping somebody can help me here. I'm not getting any replies in the sourceforge gp32SDL forum or in #gp32dev... so..
I'm trying to set-up SDL using the instructions linked to on the SDL main page:
Setting Up SDL in a Windows Environment
Now I've gone through the instructions twice following them as closely as possible, but each time I have the same problem when I get to #29 "make".
When I run make for the first time in the test directory I get this message:
Makefile:58: Makedepend: No such file or directory
arm-elf-gcc -Iinclude-gp32 -I. -O2 -mtune=arm920 -DGFXST -Wuninitialized -Wno-im
port -Wchar-subscripts -Wformat -Wimplicit-int -Wimplicit-function-declaration -
Wmultichar -Wreturn-type -Wswitch -Wunused -Wuninitialized -Wsign-compare -msoft
-float -mthumb-interwork -M gpstart.c gpmain.c > Makedepend
gpstart.c:2:19: gpdef.h: No such file or directory
gpstart.c:3:22: gpstdlib.h: No such file or directory
gpstart.c:4:20: gpfont.h: No such file or directory
gpstart.c:5:25: gpfont_port.h: No such file or directory
gpstart.c:6:25: gpfontres.dat: No such file or directory
gpstart.c:8:26: initval_port.h: No such file or directory
gpmain.c:1:21: gpstdio.h: No such file or directory
gpmain.c:2:22: gpstdlib.h: No such file or directory
gpmain.c:3:23: gpgraphic.h: No such file or directory
gpmain.c:4:20: gpfont.h: No such file or directory
make: *** [Makedepend] Error 1
Ok, so the first problem is with makedepend it looks like. Then I get errors cause it can't find the include files. Am I missing something here? How do I get the include files into a 'path' or however I need to make them visible to the complier?
Thanks!
(If I run make a second time, it creates a blank MAKEDEPEND file and then spits out a TON more errors having to do with undeclared values and missing include files..)
I'm trying to set-up SDL using the instructions linked to on the SDL main page:
Setting Up SDL in a Windows Environment
Now I've gone through the instructions twice following them as closely as possible, but each time I have the same problem when I get to #29 "make".
When I run make for the first time in the test directory I get this message:
Makefile:58: Makedepend: No such file or directory
arm-elf-gcc -Iinclude-gp32 -I. -O2 -mtune=arm920 -DGFXST -Wuninitialized -Wno-im
port -Wchar-subscripts -Wformat -Wimplicit-int -Wimplicit-function-declaration -
Wmultichar -Wreturn-type -Wswitch -Wunused -Wuninitialized -Wsign-compare -msoft
-float -mthumb-interwork -M gpstart.c gpmain.c > Makedepend
gpstart.c:2:19: gpdef.h: No such file or directory
gpstart.c:3:22: gpstdlib.h: No such file or directory
gpstart.c:4:20: gpfont.h: No such file or directory
gpstart.c:5:25: gpfont_port.h: No such file or directory
gpstart.c:6:25: gpfontres.dat: No such file or directory
gpstart.c:8:26: initval_port.h: No such file or directory
gpmain.c:1:21: gpstdio.h: No such file or directory
gpmain.c:2:22: gpstdlib.h: No such file or directory
gpmain.c:3:23: gpgraphic.h: No such file or directory
gpmain.c:4:20: gpfont.h: No such file or directory
make: *** [Makedepend] Error 1
Ok, so the first problem is with makedepend it looks like. Then I get errors cause it can't find the include files. Am I missing something here? How do I get the include files into a 'path' or however I need to make them visible to the complier?
Thanks!
(If I run make a second time, it creates a blank MAKEDEPEND file and then spits out a TON more errors having to do with undeclared values and missing include files..)