-->
Page 2 of 2

Re: esp-open-sdk problem blinky compilation problem.blinky-0

PostPosted: Sun Nov 27, 2016 8:20 pm
by davydnorris
I use it on Windows with Cygwin64 and Eclipse Neon1

If you have a look in this Topic you will see my thread on how I got it all to work

Re: esp-open-sdk problem blinky compilation problem.blinky-0

PostPosted: Wed Nov 30, 2016 4:13 pm
by CARPP
Can someone give me the commands to compile a project? I installed the esp-open-sdk to:

~test/Desktop/opt/esp-open-sdk/

To test that everything is working i want to compile to blinky-example in this directory:

~test/Desktop/opt/esp-open-sdk/examples/blinky

I added the toolchain to my PATH. How do i do this? Please help!

If i copy the blinky folder to "esp-open-sdk/ESP8266_NONOS_SDK_V2.0.0_16_08_10" and cd to blinky and "make" i get:

"import serial
ImportError: No module named serial"

Even though i install pyserial via pip install pyserial! How can i fix this?