This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


--- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]