Caanoo / WIZ Caanoo Gdb Problem


captainchris

Still Fresh
Joined
Feb 12, 2012
Messages
12
Hi everybody,

I've a problem with my CAANOO.When I debug my prog, the screen of my CAANOO bug.
The control work but i can't use my screen to debug.

here's a screenshot:
http://captainchrisprod.free.fr/Upload/FILE0001.JPG

Thx
 
Is this only when you run gdb? Are you running it over the serial line shell?

If you are running over something like terminal2x or some other app then it cant work that way.
Looks like the screen was setup for the wrong mode when your app started to run.
 
Hi Pickle,

Thank's for your reply.

Yes , i run gdb and when i start application the screen bug.
To run gdb , I connect the caanoo to my computer with SSh , and i run gdb in command line.

I initialize my screen in my SDL App with:
screen = SDL_SetVideoMode(320,240,16,SDL_SWSURFACE

Chris.
 
Do you terminate the menu application before running your program (ie "killall gp2xmenu")?
 
Back
Top