compiling a large program without gdb

Ramana Radhakrishnan ramana.radhakrishnan@codito.com
Wed Jul 14 04:25:00 GMT 2004


Karthik,

> I have got a 'little' but 'quite-big' code with me
> in linux 'c'.
> It has many makefiles and more than 25 source files
> and some 9 header files. These were all compiled
> without gdb settings.

It depends on the compiler you use. Use the debug option while compiling
your code. Using gcc the debug options are usually -g . Try checking the
debug options for your compiler.


cheers
Ramana


----
Ramana Radhakrishnan
Codito Technologies



More information about the Gdb mailing list