Problem is there in symbol table when building gdb binary for version 13.1 and 13.2

50 Views Asked by At

Actually I have built gdb.exe for 13.1 using "../configure --enable-debug" and then "make" command on msys on window. But when I check for symbol table using objdump -t path\to\gdb.exe , it is printing no symbols in symbol table. But when built using same commands on linux machine it is showing the symbol table. Can anyone please help me out in this?enter image description here

0

There are 0 best solutions below