1

It might be unrelated to mixing C and C++ code together, but the problem doesn't seem to have a clear answer.

I run into this error when running GDB:

warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Inferior 1 (process 1663) exited normally]
jww
  • 97,681
  • 90
  • 411
  • 885
user3521929
  • 499
  • 1
  • 5
  • 9

1 Answers1

1

You didn't actually ask a question.

You can ignore this message. It's related to some systems reporting something unexpected when gdb tries to open the vdso. I believe newer versions of gdb have a workaround for this.

Tom Tromey
  • 21,507
  • 2
  • 45
  • 63