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
Francois Bedard edited this page Jun 13, 2019
·
2 revisions
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.
9001341752- GNU IDE – Build failed when the project name has a space
Description:
When using the IDE, building a project will fail if there is a white space in the project name anywhere.
Workaround:
Please make sure there are no spaces in the path and project name.
In addition to internally found issues listed above, you can browse through community reported Issues against various components: