Page 1 of 1

Compile with GCC

Posted: Fri Mar 08, 2019 2:29 pm
by evlquaker
Hi,

Is there an easy way to compile for the ESP32-SOLO-1 (single core) using GCC? I am designing a board and software interface for the ESP32-SOLO-1 which uses uses Arduino code. I can do the pre-processing and convert the .ino to .cpp and I can also do uploading. I just need to compile the code using GCC with minimal dependencies. I already read all the documentation I could find, but I could not find an answer. Your help would be much appreciated.

~Mike

Re: Compile with GCC

Posted: Fri Mar 08, 2019 8:24 pm
by ESP_Sprite
Suggest you switch to ESP-IDF, as it's the underlying C-based SDK the Arduino stuff uses as well. You can import the Arduino libs as a component, if you need.