11

I have installed MinGWDistro 15.0 in my computer.

And when I run this in cmd

g++ "snackstore.cpp" -o "snackstore.exe" -g -pg
snackstore.exe
gprof.exe "snackstore.exe" gmon.out > gmon.txt

I get this error

BFD: Dwarf Error: Could not find abbrev number 3699.

Could you please tell me what's wrong?

TO_GA
  • 145
  • 3
  • 9
  • 1
    I had the same error when compiling "g++ -o main.o main.cpp" instead of "g++ -c -o main.o main.cpp" before "g++ -o main.exe main.o" – Wyrzutek Jun 21 '19 at 14:27

0 Answers0