-->
Page 10 of 14

Re: Official GCC compiler VM from Espressif

PostPosted: Sun Jan 11, 2015 8:32 pm
by ohgary
Any newer version of this VM?

Re: Official GCC compiler VM from Espressif

PostPosted: Mon Jan 12, 2015 5:49 am
by sej7278
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

Re: Official GCC compiler VM from Espressif

PostPosted: Mon Jan 12, 2015 6:12 am
by alonewolfx2
ohgary wrote:Any newer version of this VM?

here is zeroday's vm. password= esp8266
https://mega.co.nz/#!9Rc1SbKZ!evXENbIWpsnVuPqWFvXG2gsUvB2hOu4VblXPhU_qEM8

Re: Official GCC compiler VM from Espressif

PostPosted: Thu Mar 19, 2015 6:53 am
by yelti
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.