开发者

no debugging symbols found in gdb debugger [duplicate]

This question already has an answer here: Closed 12 years ago.

Possible Duplicate:

no debugging symbols found in gdb debugger

When I am running our complex c programme which includes many c file开发者_StackOverflow社区. It gives error "No debugging symbols found ". I am compiling each c file with gcc -g option. Still it is giving error. Can any body tell the sollution of this problem.


Perhaps you are stripping the symbols? A command like the following might be the culprit:

strip --strip-unneeded
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜