Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By sej7278
#7066
ohgary wrote:Any newer version of this VM?


forget the vm its a pile of poo with missing headers and proprietary toolchain.

install any regular linux (debian, ubuntu....) and esp-open-sdk which can build and flash nodemcu using esptool.py with a simple:

Code: Select allmake
cd app/
make flash
User avatar
By alonewolfx2
#7069
ohgary wrote:Any newer version of this VM?

here is zeroday's vm. password= esp8266
https://mega.co.nz/#!9Rc1SbKZ!evXENbIWpsnVuPqWFvXG2gsUvB2hOu4VblXPhU_qEM8
User avatar
By yelti
#12249 Anyone that has an example vm?
Been trying to get an compilation evironment for three days now without success.
First tried on windows, but the esp_mqtt didn't compile.
Then I setup several vm's without success.

I would be very greatfull.