HBehrens / puncover

Analyses C/C++ build output for code size, static variables, and stack usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

empty info when opening web window

baiwfg2 opened this issue · comments

I run it on x86_64 in virtualbox, but it shows empty. Don't know what's wrong.

gcc and other tools are located /usr/bin, so I have to use --gcc-tools-base , or error will be reported:

Unable to find gcc tools base dir (tried searching for 'arm-none-eabi-objdump' on PATH), please specify --gcc-tools-base

puncover --gcc-tools-base /usr/bin/ --elf_file a.out

image

commented

I had this problem because my ELF was 64bit, and puncover couldn't parse the address. Fixed with #51