Tool/software: Linux
Hi,
I used the following example to bitbake python3-native to fix the missing shutil for gdb debugger for processor sdk linux RT 4.01.00.06
The debugger starts which is great however...
1) Reporting unable to debug shared libraries
Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
Could not load shared library symbols for 29 libraries, e.g. /usr/lib/libQt5Widgets.so.5.
Use the "info sharedlibrary" command to see the complete listing.
Do you need "set solib-search-path" or "set sysroot"?
2) Breakpoint set at start of main() in main.c are ignored. Breakpoint occurs on the instance of MainWindow
3) On breakpoint I get fault.
Signal name : SIGSEGV
Signal meaning : Segmentation fault
To try and fix the first issue I set Working Directory in the QtCreator Build&Run->Debuggers using either of these two paths. I don't know which is the right one.
<processor sdk>/linux-devkit/sysroots/arm7ahf-neon-linux-gnueabi
<processor sdk>/targetNFS
both paths report same on debugging ...
File "<processor SDK>/targetNFS/lib/libstdc++.so.6.0.22-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
Segmentation fault still occurs, I am now stuck.
Is there anything missing on the target board,? Beaglebone Black.
Other info
Qt creator 4.5.1
Beaglebone Black
Look forward to hear from you
best regards