Hello guys. Need some info about gdb debugging ? I gdb a daemon magma and I get this message ?
***********************************************************************************************************************
This GDB was configured as "i386-redhat-linux-gnu"...(no debugging symbols found)...Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) run
Starting program: /home/wls/magma_tool/linux24_x86/flexlm/flex/magma
(no debugging symbols found)...[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 10755)]
(no debugging symbols found)...(no debugging symbols found)...10:40:37 (magma) FLEXlm version 8.4a
10:40:37 (magma) Vendor daemons must be run by lmgrd
Program exited with code 060.
************************************************************************************************************************
How do I solve this problem ? I am new to linux gdb debugging ?
How do u create debugging symbol ? Can we use objdump !!!
Thx.