Re: List of tools for C development in Linux.



Hadron <hadronquark@xxxxxxxxx> writes:

You develop Linux apps in C/C++ on Linux?

What tools do you use?

e.g ldd displays which libraries are linked in. Objdump displays info
from object files.

What tools do you use and why?

Often there are so many good tools its easy to overlook one which might
make ones working day a lot easier.

Emacs code reading(with cscope) and editing.
gcc major compiler.
gdb debugger.
valgrind memory leak detection tool.


Best Regards

--
Yao Qi <qiyaoltc AT gmail DOT com> GNU/Linux Developer
http://duewayqi.googlepages.com/

linux: No such file or directory
.



Relevant Pages

  • List of tools for C development in Linux.
    ... You develop Linux apps in C/C++ on Linux? ... e.g ldd displays which libraries are linked in. ... Objdump displays info ... from object files. ...
    (comp.os.linux.development.system)
  • Re: Modularisation
    ... Why linking a module into executable if out of this ... The semantics of linking against static libraries and object files ... all executables use the same instance. ...
    (comp.lang.c)
  • Re: Modularisation
    ... > I'm not sure what libraries you're talking about, but separating the code ... or the group of object files are made into a static archive ...
    (comp.lang.c)
  • Re: error LNK2019: unresolved external symbol
    ... the headers from its own installation ... resolves references from your object files and select object files ... from your libraries to satisfy these references. ... and then choose in which folder the compiler should look for. ...
    (microsoft.public.vc.language)
  • Re: why the usage of gets() is dangerous.
    ... object files with 64-bit libraries, ... memory model object files with large memory model libraries. ... If a pointer is malloced, ...
    (comp.lang.c)