Hi,
I've got a problem concerning the loader.
When I try to run an executable (installed during the installation of
VxWorks 3.2a) I got the following error message
bash# vxgdbaxp
13845:./vxgdbaxp: /sbin/loader: Error: unresolvable symbol in ./vxgdbaxp: ldexp
13845:./vxgdbaxp: /sbin/loader: Fatal Error: this executable has unresolvable
symbols
Searching the default shared libraries for the ldexp.o delivers
bash# ar -t /usr/ccs/lib/libm.a | grep ldexp.o
ldexp.o
I'm not sure if the vxgdbaxp executable has been linked with a different
library. So searching the VxWorks Libraries gives
bash# ar -t /usr/opt/VXW320/lib/lib21064osfmath.a | grep ldexp.o
ldexp.o
Is there any way to debug that executable - running a stdump on that
executable doesn't help!
bash# stdump vxgdbaxp
stdump: Error: no symbol table, exiting
Any help is greatly apreciated! We're using Digital Unix 4.0D and VxWorks 3.2a.
If you need more information feel free to contact me
Regards
Simone
Dipl.-Phys. Simone Richter simone_at_ikp.tu-darmstadt.de
Institut f. Kernphysik
Schlossgartenstr. 9
TU Darmstadt
64289 Darmstadt
Tel: +49 (0) 6151 / 16-5152, 16-3323
Fax: +49 (0) 6151 / 16-4321
Received on Tue May 11 1999 - 15:16:31 NZST