我在我的电脑上安装了MinGWDistro 15.0.
当我在cmd中运行它时
g++ "snackstore.cpp" -o "snackstore.exe" -g -pg
snackstore.exe
gprof.exe "snackstore.exe" gmon.out > gmon.txt
Run Code Online (Sandbox Code Playgroud)
我收到这个错误
BFD: Dwarf Error: Could not find abbrev number 3699.
Run Code Online (Sandbox Code Playgroud)
你能告诉我什么是错的吗?