Issues Configuring Qt Creator with Qt6 from Buildroot
-
Hi everyone,
I'm having trouble configuring Qt Creator with Qt6 built using Buildroot. Here's what I've done so far:
-
Successfully built Qt6 using Buildroot (make ran without issues).
-
Already have Qt6 installed on my PC.
-
Proceeded to configure a new kit in Qt Creator:
-
Compilers: Configured as shown in Photo.
-
Kit: Configured as shown in Photo.
-
However, when I tried to add the Qt version in Tools > Options > Kits > Qt Versions, I encountered the problem shown in Photo.
-
Steps Taken So Far:
- Verified the Buildroot toolchain and confirmed that the necessary libraries and paths were included in the environment.
Double-checked that the qmake and other Qt binaries were correctly built.
Issue:
Qt Creator doesn't seem to accept the Qt version I've tried to configure, and I'm not sure how to resolve this.
Does anyone have experience with this setup or suggestions to help me troubleshoot?
Thanks in advance!
-
-
@TiagoTeixeira This is a warning. Just make sure you select compiler with same ABI (for example if you built Qt for arm then select compiler for arm).
-