Issue configuring QtCreator
Unsolved
Qt Creator and other tools
-
I've followed this quide to create a cross-compile environment hosted on Ubuntu 20.04 targeting Bullseye aarch64.
https://wiki.qt.io/Cross-Compile_Qt_6_for_Raspberry_Pi
Got everything to compile and the analogclock example to build and run on the target machine (after downgrading from Ubuntu 22). But, when I try to create a new project, I get this:
When I look at the kit definition I see the red exclamation point. Hovering over it I get this:
So, for some reason qtcreator doesn't think the aarch64 g++ compiler doesn't seem compatible. lYet, it created code for the example without issue.
How can I resolve so I can create new projects?
-
Used the same gcc compiler for g++ and now the kit seems ok.