Part Number: AM4378
Hi,
I have completed porting the linux kernel to my custom board based on am437x-gp-evm using the SDK ti-processor-sdk-linux-am437x-evm-11.02.05.02-Linux-x86-Install.bin.
And, i am planning to develop an application using Qt Creator.
It seems that I need to use Qt6 based on CMake.
I have configured the Kits as shown below.
-Device type: Generic Linux Device
-Sysroot: /root/SDK/ti-processor-sdk/linux-devkit/sysroots/armv7at2hf-neon-oe-linux-gnueabi
- Compiler(C): /root/SDK/ti-processor-sdk/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-oe-linux-gnueabi/arm-oe-linux-gnueabi-gcc
- Compiler(C++) /root/SDK/ti-processor-sdk/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-oe-linux-gnueabi/arm-oe-linux-gnueabi-g++
- Qt version: None
- CMake Tool: /root/SDK/ti-processor-sdk/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/cmake

However, with this configuration the Kit cannot be selected.
Is there anything missing in the Kits configuration?