

Insight Source & Assembler WindowsĬlick on Run-> Connect to target and the Target Selection Windows should pop-up. You can also set your own breakpoints in the source (Red square in the screenshot below). dynamic section for “/lib/libpthread.so.0” is not at the expected address (wrong library or version mismatch?)Ĭlick load your debug program by clicking File->Open, it will automatically load the source files and set a breakpoint in the main. If you don’t set the sysroot, you’ll end up with dynamic library errors as you run the program. This path depends on the cross-toolchain you use. The arm libraries are in /usr/arm-linux-gnueabi/lib directory in my case.

Where /usr/arm-linux-gnueabi is the sysroot path. Set sysroot = / usr / arm - linux - gnueabi
