当前位置: 技术问答>linux和unix
使用GDB调试C代码时,遇到的问题。
来源: 互联网 发布时间:2015-10-12
本文导语: 我把可执行程序加载,提示如下错误: (gdb)file pvtest "/......./",not in executable format:File format not recognized. pvtest是可执行程序呀,绿色显示的。 | 你在编译程序的时候有没有加入 -g 的选...
我把可执行程序加载,提示如下错误:
(gdb)file pvtest
"/......./",not in executable format:File format not recognized.
pvtest是可执行程序呀,绿色显示的。
(gdb)file pvtest
"/......./",not in executable format:File format not recognized.
pvtest是可执行程序呀,绿色显示的。
|
你在编译程序的时候有没有加入 -g 的选项呢?
|
这和有没有加-g选项没有关系吧,应该确认binary的格式,不要看到颜色就认为一定是可执行的。
用file试一下
用file试一下