Good afternoon,
I was able to utilize the Yocto linux build toolchain in Visual GDB, but the process included a lot of manual steps in renaming the shared libraries,
For this, I had to copy the while SDK, toolchain, headers and libraries, installed by Yocto, I had to rename a lot of libraries with symbolic links (replacing the symbolic link with the actual copy of the library), then I used the Raspberry Pi toolchain to build the application and launch the debugger.
This worked without a problem.
My only concern is having to rename libraries every time I get an updated toolchain, which is reinstalled every time you bitbake Yocto.
I know Windows doesn’t recognize symbolic links, but is there a way for VisualGDB to be able to recognize symbolically linked libraries??
Thanks,
-D