Marcio Afonso Arimura Fialho wrote:
How to get automatically a list of every public symbol (variables and functions) defined in a C/C++ source file ?Aside from the fact, that this doesn't seem to be really gcc related, what exactly do you want to do? Why should it be the compilers job to create such a list? One way that might work: Generate the object and extract the symbols afterwards ...Regards, Marcio.
Regards -Sven