Hi,
I am trying to integrate PlatformIO with qt creator on macos catalina, but seem to struggle a little… I can’t figure out how to configure the project to use a kit: No suitable kits found.
what I have done
- install platformio & qt-creator: (brew install platformio && brew cask install qt-creator)
- create project and initialize: platformio init --board esp12e --ide qtcreator
- open project file in qt creator…
In the Projects mode, all default desktop kits are grayed out, saying “you cannot use this kit, because it does not fulfill the project’s prerequisites.”
I also tried to create a manual kit with the platformio compilers (c++ and gcc in ~/.platformio/packages/toolchain-xtensa/xtensa-lx106-elf/bin/), but that also is not fulfilling the prerequisits…
In terminal, I can use the several platformio commands to build and upload the sketch with no trouble. Any ideas how to make it run as smoothly in qt creator? Thanks a lot in advance