GP32 Newstart


CodeFish

Still Fresh
Joined
Sep 11, 2003
Messages
8
I need any informations about programmming the GP32.
What for Tools i need, where i find this, how to start.
 
You could try the minigp32 package on www.gp32news.com. I have much fun with it. And it is so simple to use = press F7 in the IDE and out comes the FXE :D
 
i tried out minigp32.. but it does not work ... i got this error from SCITE

>make
arm-agb-elf-gcc -IC:\minigp32\include -IC:\minigp32\include\SDL -IC:\minigp32\include\libc-wrap -I. -O2 -mtune=arm920 -DGFXST -Wuninitialized -Wno-import -Wchar-subscripts -Wformat -Wimplicit-int -Wimplicit-function-declaration -Wmultichar -Wreturn-type -Wswitch -Wunused -Wuninitialized -Wsign-compare -msoft-float -mthumb-interwork   -c -o gpstart.o gpstart.c
arm-agb-elf-gcc: installation problem, cannot exec `cc1': No such file or directory
make: *** [gpstart.o] Error 1
>Exit code: 2


EDIT:

the command line returns this

C:\minigp32-2\projects\sdltest>make
MAKE Version 5.2 Copyright © 1987, 2000 Borland
Error makefile 6: Colon expected
Error makefile 8: Colon expected
Error makefile 10: Colon expected
Error makefile 56: Redefinition of target 'Makedepend'
Error makefile 56: Command syntax error
*** 5 errors during make ***
 
I'm new to this, so my advice would be to read all the tutorials on the www.gp32news.com site. There are demos from witch you can learn in the package and on the site.
 
Back
Top