views:

270

answers:

1

I've set up my target toolchain (ARM), I can compile my projects, and launch them on the remote hardware (an OMAP3 based board).

I have set up project properties for remote debugging for my target.

But when I launch the debug process, it seems to launch "system's default gdb" instead of the one configured in Settings\Compiler and Debuggers\Toolchain Executables for ARM compiler.

What am I doing wrong ?

Edit : When launching debug, in the Debugger Windows it says : "Selecting target: Debug Linux" instead of my "ARM Debug" Build target.

A: 

I'm having the same problem, it worked for severals years, but now it seems code:blocks is ignoring the specified cross-debugger. :(

Franklin