gdb ../sysdeps/i386/elf/start.S: No such file or directory

使用 gdb 调试的时候 输入 l 之后出现下列信息

(gdb) l
1 ../sysdeps/i386/elf/start.S: No such file or directory.
 in ../sysdeps/i386/elf/start.S


g++ test.cpp -o test -g


http://blog.csdn.net/danelumax2/article/details/25996931


原文地址:https://www.cnblogs.com/tlnshuju/p/6880217.html