无法找到动态链接器断点功能

时间:2015-04-29 12:12:24

标签: c++ eclipse gdb remote-debugging gdbserver

我正在使用eclipse和arm-linux-gnueabihf在BeagleBone Black上编译,部署和调试远程c ++应用程序。在debbuging时,我收到以下错误:

warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
No source file named /home/lukasz/Programy/eclipsework/OvenCore/src/OvenCore.cpp.
No line 87 in file "/home/lukasz/Programy/eclipse_linux_projects/OvenCore/src/OvenCore.cpp".
No source file named /home/lukasz/Programy/eclipsework/OvenCore/src/OvenCore.cpp.
warning: Could not load shared library symbols for 7 libraries, e.g. /lib/arm-linux-gnueabihf/libpthread.so.0.
Use the "info sharedlibrary" command to see the complete listing.
Do you need "set solib-search-path" or "set sysroot"?

在项目属性 - > c / c ++ genaral->补丁和符号中,我已将include和lib pathes设置为交叉编译器目录。我应该做更多的事吗?我会帮助你。

0 个答案:

没有答案