Beta Gdbserver, Runs Right Off?


Dimacus

Member
Joined
Jan 25, 2006
Messages
349
Age
37
Location
Land of the 'åäö'
Website
luminare.no-ip.org
So I wanted to debug my project with gdbserver, but I couldn't find any precompiled binary.
After a bit of work I got it compiled and it's running fine for me.
Now I thought that this might be something other devs might want too, so I'm thinking of packing it in a pnd and putting it in the repo.
But I need some help to test if it actually runs on a 'standard' Pandora, or if it requires additional libraries in order to run (that I, in that case should bundle it with in the pnd).

gdbserver with gdb (windows, i686 mingw) binary targeting arm-linux, and the potentially needed libtermcap.a:
gdbserver with gdb targeting arm-linux
(Note, no python or XML support in the windows gdb binary)

just the gdbserver binary:
gdbserver

one of the potentially required libraries:
libtermcap
 
Back
Top