[opensuse-amd64] Debugging 32bit programs on 64bit systems
I have a dual opteron system running suse 10.1, and I'm trying to debug a program compiled with gcc -m32. Unfortunately, gdb cannot find any symbols and I can't even get a useable stact trace out of it. Is there a gdb32 or some trick with gdb so that I can do the debugging I need to do? Thanks, -------------------------------------- Protect yourself from spam, use http://sneakemail.com --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-amd64+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-amd64+help@opensuse.org
On Wednesday 18 April 2007 18:41, Stephen Williams wrote:
I have a dual opteron system running suse 10.1, and I'm trying to debug a program compiled with gcc -m32.
Unfortunately, gdb cannot find any symbols and I can't even get a useable stact trace out of it. Is there a gdb32 or some trick with gdb so that I can do the debugging I need to do?
I wonder if you used -g as a compiler flag. -JOachim --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-amd64+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-amd64+help@opensuse.org
participants (2)
-
Joachim Deguara
-
Stephen Williams