[gvd-devel] Problem in running GVD

Arnaud Charlet gvd-devel@act-europe.fr
Fri, 30 Mar 2001 09:23:04 +0200


> I got the following error messages in the "Debugger Window" of the GVD
> after I tried to run a program (known as atw):
> (gdb) run
> Starting program:  /adtuser/jlam/atw1.0/src/atw/atw
> "/usr/platform/SUNW, Ultra-Enterprise/lib/libc_psr.so.1": not in executable
> format: File format not recognized.

It means that gdb did not like this file.

A wild guess is that you are developing 64 bits applications, which gdb
does not support on Solaris yet.

Arno