Page 1 of 1

Is it possible to compile code for ESP32 with Geany instead of Eclipse?

Posted: Wed Aug 16, 2017 7:51 pm
by oni305
Hi,
Is it possible to compile code for ESP32 with Geany instead of Eclipse?

From what i see geany is quite configurable https://wiki.geany.org/howtos/configurebuildmenu

someone has some tips ?

Re: Is it possible to compile code for ESP32 with Geany instead of Eclipse?

Posted: Tue Aug 22, 2017 3:32 am
by kolban
My gut says that it shouldn't be relatively difficult. The ESP-IDF supplies a very attractive build system. In principle, we could invoke the ESP-IDF make commands from within the Geany editor to do what you ask. For my curiosity, what is driving you to use Geany as opposed to Eclipse?