This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Help needed with sparc
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Alexander Poquet <atpoquet at ucdavis dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 23 Jan 2002 16:11:31 -0500 (EST)
- Subject: Re: Help needed with sparc
On Wed, 23 Jan 2002, Alexander Poquet wrote:
> Oh, as an afterthought: I too gdb'd the offending file but then realized
> that my gdb had been configured for sparc-sun-solaris2.8, as yours was.
> This implies 32-bit... does this make a difference? I would imagine it
> would, but then I'm not sure because I don't know much about the internals
> of debuggers.
You must use a 64-bit gdb to debug 64-bit Solaris executables.
Jeff