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]

ld -Map on a shared library


Hi,

I'm trying to create a map file for a shared library. The command the average user would expect is "ld -Map <mapfile.map> <library.so>" Unfortunately, this creates a virtually empty symbol file. I've already tried --cref but that doesn't actually give you the addresses of the functions/variables.


!!HELP!! Chris


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