visualgdb

how to save “set solib-search-path”

孤街浪徒 提交于 2019-12-24 01:05:32
问题 I wonder linux gdb debugging. I have 1 execute file, 1 core dump file. so, I opened it in linux like this, gdb exefilename -c exefuilename.core but, I only show error message. warning: Could not load shared library symbols for 44 libraries, e.g. /usr/local/lib/libboost_system.so.1.55.0. Use the "info sharedlibrary" command to see the complete listing. Do you need "set solib-search-path" or "set sysroot"? so, I input command, set solib-search-path /librarypath/ and symbol read succeed. and, I

Google Project Tango NDK undefined reference on functions

痴心易碎 提交于 2019-12-08 12:06:51
问题 I am getting a compile error: undefined reference to 'TangoService_getConfig' (MoreTeapotsNativeActivity.cpp) ld returned 1 exit status (collect2.exe) I am working with the tango sdk TangoSDK_Ikariotikos_C.zip in Visual Studio 2015 using VisualGDB. I have also replicated the error in Android Studio so it isn't IDE specific. I have started with an NDK sample project to test a native activity deploys correctly and reduce complexity whilst troubleshooting. I have used VisualGDB