HBehrens / puncover

Analyses C/C++ build output for code size, static variables, and stack usage
MIT License
419 stars 93 forks source link

Very little output on unusual elf file #78

Open PlasmaHH opened 1 year ago

PlasmaHH commented 1 year ago

Got an elf file that was built for arm under windows with a proprietary compiler. I get very little information displayed from puncover. The paths do not work at all, possibly because of windows using backslashes etc. ?

Additionally I get the following error from nm and objdump hundreds of times for varying offsets:

DWARF error: could not find variable specification at offset 0xae4bc1

What does that mean exactly? Would it be necessary for the compiler to do something special? I would be mostly interested in the stack usage, but that info isn't there...