c++ - Unable to find dynamic linker breakpoint function -
i using eclipse , arm-linux-gnueabihf compile, deploy , debug remote c++ applications on beaglebone black. when debbuging, getting following error:
warning: unable find dynamic linker breakpoint function. gdb unable debug shared library initializers , 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: not load shared library symbols 7 libraries, e.g. /lib/arm-linux-gnueabihf/libpthread.so.0. use "info sharedlibrary" command see complete listing. need "set solib-search-path" or "set sysroot"?
in project properties->c/c++ genaral->patchs , symbols have set include , lib pathes cross compiller directories. supposed more? aprichiate help.
Comments
Post a Comment