Using the -g flag but gdb still sais: no debugging symbols found

Gary plap1234@yahoo.com
Fri Dec 7 01:49:00 GMT 2007


--- Brian Dessent <brian@dessent.net> wrote:

> 
> -Wl,-s tells gcc to pass -s to the linker, and -s
> means strip the
> executable.  So all the debug information you just
> generated is
> discarded.  Also, -g when linking doesn't do
> anything, so you should
> remove that too.
> 
> Brian
> 

Worked

Thanks



      ____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs



More information about the Gcc-help mailing list