Eclipse
Member
Hi
thanks to Franxis hints on another thread, I've managed to setup Code::Blocks and the DevkitGp2x to compile dinamically, still when i try to run even a simple SDL init with a loop presenting a white screen the program crashes at the start, on the wiz with the GPH loading screen.
1) Is there a method i can use to debug it? like using the usb cable in some manner?
I'm using Octoate's DevkitGP2x toolchain (2006-03-06) with Guyfawke's SDL Libs (2006-10-21), the old gp2x stuff, changing some files as suggester by Franxis here: http://www.gp32x.de/board/index.php?showtopic=46371
i'm linking with -lz -lmad -lSDL -lgcc -lm -lc -lexpat -lpthread -msoft-float
and compiling with -mcpu=arm926ej-s -mtune=arm926ej-s
Is there any other toolchain for windows? What you people are using for Wiz development on Windows?
thanks to Franxis hints on another thread, I've managed to setup Code::Blocks and the DevkitGp2x to compile dinamically, still when i try to run even a simple SDL init with a loop presenting a white screen the program crashes at the start, on the wiz with the GPH loading screen.
1) Is there a method i can use to debug it? like using the usb cable in some manner?
I'm using Octoate's DevkitGP2x toolchain (2006-03-06) with Guyfawke's SDL Libs (2006-10-21), the old gp2x stuff, changing some files as suggester by Franxis here: http://www.gp32x.de/board/index.php?showtopic=46371
i'm linking with -lz -lmad -lSDL -lgcc -lm -lc -lexpat -lpthread -msoft-float
and compiling with -mcpu=arm926ej-s -mtune=arm926ej-s
Is there any other toolchain for windows? What you people are using for Wiz development on Windows?
Last edited by a moderator: