Hi
I use the cross-compiler gcc-arm-8.3-2019.03-i686-mingw32-arm-eabi under cygwin. Gcc works fine. But when I tried to lanuch gdb, I got the following error:
Ronan,
If you can run the gcc-arm-8.3-2019.03-i686-mingw32-arm-eabi/bin/arm-eabi-gdb.exe, would you please help me with the following test?
In you cygwin, issue following command:
gdb arm-eabi-gdb.exe
Then issue following command in gdb shell
============
b main
r
info sharedlibrary
Please paste the output to me, thanks. That will tell which shared lib is missing.
BR
/Li