This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb procfs 64bit Solaris problem




>
> Did yoy compile gdb as a 64-bit executable?  To check run file(1) on
> your gdb executable.  If not please try reconfiguring and rebuilding
> gdb with the environment variable CC set to "gcc -m64".
>
> Mark
>

Thanks Mark,
recompiling gdb with:

CC=gcc
CFLAGS=-m64
./configure sparcv9-sun-solaris9

has solved the issue.

Many Thanks.
Stefano Frullani





.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]