Re: Is there a way to generate a cross reference listing for a c/c++ program using gcc?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Paul Albrecht wrote:

Is there a way to generate a cross reference listing for a c/c++ program
using gcc?





-Wl,-Map=mapfile.map,--cref

Docs for -Wl option:
<http://gcc.gnu.org/onlinedocs/gcc-4.0.0/gcc/Link-Options.html#Link-Options>

Docs for linker options (-Map, --cref):
<http://sourceware.org/binutils/docs-2.16/ld/Options.html#Options>


Questions like this are more topical for the gcc-help mailing list: <http://gcc.gnu.org/lists.html>

Eric

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux