-
-
Notifications
You must be signed in to change notification settings - Fork 759
ESP8266: switch to SDK 2.2.1 (fix #1207) #1528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Ups, travis build failed for ESP8266 ... looks like as not taking the new SDK version |
Here is your error: |
Wow - Yes I can see that error too, but that make no sense ... scanning for pvPortFree finds only one position on my side
|
switched to
|
in a linux shell this fails:
a .tgz is a gzipped tar file - how did you make the file? Is it compressed? |
tar -cvzf ESP8266_NONOS_SDK-2.2.1.tgz ESP8266_NONOS_SDK-2.2.1 |
curl -Ls https://github.com/espruino/EspruinoBuildTools/raw/master/esp8266/ESP8266_NONOS_SDK-2.2.1.tgz| tar Jxf - --no-same-owner works fine on Mac OS X |
@wilberforce can you handle the new uploaded file called ESP8266_NONOS_SDK-2.2.1.tar.gz ? curl -Ls https://github.com/espruino/EspruinoBuildTools/raw/master/esp8266/ESP8266_NONOS_SDK-2.2.1.tar.gz| tar Jxf - --no-same-owner |
sorry typo, must be |
Are you running tar and then gz ? I think you need to use tar to build the compressed file |
That still fails. This is how I make it for ESP32:
|
used two steps tar -cvf ESP8266_NONOS_SDK-2.2.1.tar ESP8266_NONOS_SDK-2.2.1 gzip ESP8266_NONOS_SDK-2.2.1.tar what creates ESP8266_NONOS_SDK-2.2.1.tar.gz |
This works: curl -Ls https://github.com/espruino/EspruinoBuildTools/raw/master/esp8266/ESP8266_NONOS_SDK-2.2.1.tar.gz| tar xfz - --no-same-owner |
Thanks for your support and good night |
So do we think this is good to merge in now? It'll be nice to stop thrashing @tve's S3 account too :) |
Good point, will move GCC to github too |
I would say lets merge ;-) |
Thank @gfwilliams |
No description provided.