开发者

no debugging symbols found in gdb debugger [duplicate]

开发者 https://www.devze.com 2023-02-01 07:35 出处:网络
This question already has an answer here: Closed 12 years ago. Possible Duplicate: no debugging symbols found in gdb debugger
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

精彩评论

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

关注公众号