标签: mingw gprof
我在计算机上安装了MinGWDistro 15.0。
当我在cmd中运行它时
g++ "snackstore.cpp" -o "snackstore.exe" -g -pg snackstore.exe gprof.exe "snackstore.exe" gmon.out > gmon.txt
我收到此错误
BFD: Dwarf Error: Could not find abbrev number 3699.
你能告诉我出了什么问题吗?