Search found 34 matches

by Llwy
Sun Mar 13, 2016 5:50 pm
Forum: ESP8266 boards
Topic: MicroPython Compilation Error
Replies: 25
Views: 24871

Re: MicroPython Compilation Error

Scorpi0, I have exactly the same behaviour, even after updating and re-building the SDK with make clean git pull git submodule sync git submodule update make For me, the only way to compile properly is to manually edit /home/vagrant/esp-open-sdk/xtensa-lx106-elf/xtensa-lx106-elf/sysroot/usr/include/...
by Llwy
Thu Mar 10, 2016 10:09 pm
Forum: ESP8266 boards
Topic: Downloading, Building and Deploying the Firmware
Replies: 17
Views: 19713

Re: Downloading, Building and Deploying the Firmware

You'll also have to rebuild the toolchain (esp-open-sdk) again. There were recent changes. I'd keep a constant eye on that.
Thank you very much.
That fixed it! I did not realize that the SDK too needed updating on a regular basis.

Llwy
by Llwy
Thu Mar 10, 2016 6:22 pm
Forum: ESP8266 boards
Topic: Downloading, Building and Deploying the Firmware
Replies: 17
Views: 19713

Re: Downloading, Building and Deploying the Firmware

Sorry, I forgot to write that I did perform the "git submodule update --init" before the "make" command and still obtained the same error.

Llwy
by Llwy
Thu Mar 10, 2016 7:52 am
Forum: ESP8266 boards
Topic: Downloading, Building and Deploying the Firmware
Replies: 17
Views: 19713

Re: Downloading, Building and Deploying the Firmware

Hello, Sorry for then newbie question. I succesfully followed the instructions and compiled both the sdk and the esp8266 micropython firmware last weekend. Today, I performed a "git pull" on the micropython folder and the "make" command failed with the following error: In file included from main.c:3...