You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
9000658992: GDB for Linux complains about missing SO symbols with sysroot set
Description:
When debugging user space programs on Linux via GDB, users may notice GDB warning messages indicating "Could not load shared symbols for ." This warning happens when gdbserver is invoked with non-full path for the target binary, for example gdbserver :10000 hello. Gdbserver works fine with this invocation and resolves the binary location using PATH however the GDB client emits the warning.
There are no negative effects from these messages and debugging works fine.
Workaround:
Start gdbserver with full path to target program, for example gdbserver :10000 /usr/bin/hello.
In addition to internally found issues listed above, you can browse through community reported Issues against various components: