[Qt-creator] Cross compiler debugger problem

André Pönitz apoenitz at t-online.de
Tue Aug 3 12:12:15 CEST 2021


On Sat, Jul 31, 2021 at 01:54:58PM +0000, Carl Mannimagi wrote:
>    Hello,
>     
> 
>    Gcc cross compiler v8.3 for raspberry pi zero , arm v6..
> 
>    Problem:
> 
>    [1]https://i.ibb.co/RzThsTh/deb.jpg

Does this gdb run for you from the command line?

Chances are it does not because it's linked against python 2.7 and its
dependencies.

In that case you need to make sure all these are installed and in reach
when using this binary.

Alternatively, it should be possible to use any other gdb binary with
a suitable target architecture. Some distributions even ship multi-target
gdb binaries by default.

Andre'


More information about the Qt-creator mailing list