Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

wierd gdb error

Status
Not open for further replies.

teval

Programmer
Joined
Aug 19, 2003
Messages
1
Location
CA
I could debug things gdb before this just fine

I'm using
c++ -fno-for-scope -fno-const-strings -ggdb3 -o borq ../Source/Utils/loadpng.o BorQueror.o MainContinue.o (Other libs and object files)

Now.. when I try to debug it,

gdb borq

(It segfaults :P)
I type list, and I get an error:

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

This happens on every program actually, all that I've tried anyway, even some that where not compiled on my computer.
Anyone have any clue as to what's going on?
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top