-
Notifications
You must be signed in to change notification settings - Fork 625
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
i can't install isl 0.14 #386
Comments
I am struggling with this too |
Not directly answering the question, but, I used the following patch to correct the download url for isl 0.14:
I hope that's helpful. Worked for me, but I'm not sure what the canonical source should be or why the manual method failed. For those not familiar with patches (so old school), save the snippet as eg. ~/crosstool-NG-isl.patch, then:
|
I've looked into that: it solves for me |
thanks for the response @glenn20 |
@glenn20 the ftp-protocol will fail in environments where only http(s) is allowed (company firewall). The files at gnu.org can be downloaded via http(s) too. |
I had to make a similar change in 210-expat.sh in crosstool-NG/scripts/build/companion_libs/210-expat.sh , replacing:
with:
because expat-2.1.0.tar.gz on sourceforge had been renamed to "expat-2.1.0-RENAMED-VULNERABLE-PLEASE-USE-2.3.0-INSTEAD.tar.gz"... I considered seeing if it would work using 2.3.0 as suggested, but 2.3.0 similarly redirects to 2.4.1, and for the moment I'm not concerned about it. This should probably be fixed, but it looks like no one has touched these tools for years now. Note that the above changes had no effect when I simply restarted the build by running make again; I had to also make the same changes here: However, that was not necessary when I patched those files before starting the build. Note also that I subsequently ran into a couple of other issues that needed patches. The end result (which gets me a clean build on Ubuntu 21.10 of an apparently working toolchain) can be found here: #391 |
isl.gforge.inria.fr seems to no longer work. This is from: pfalcon#386
I cant get isl 0.14 or expat-2.1.0. Patches didn't work for me. Everyone's "updated" "maintained" forks didn't work for me either. They don't even bother to update the readme. Download manually from http://mirror.opencompute.org/onie/crosstool-NG/ and place in esp-open-sdk/crosstool-NG/.build/tarballs I WISH SOMEONE WOULD MAINTAIN ACTUAL INSTRUCTIONS ON HOW TO INSTALL MICROPYTHON FOR ESP8266 INCLUDING ALL COMMANDS, INCLUDING GIT, MODIFICATIONS TO $PATH ETC. I was screwed for a while with $PATH because I used ~ which worked fine for me but not compiler... |
@PsuFan see micropython/micropython#8163 , it is an open issue |
@PsuFan Does https://github.com/ChrisMacGregor/esp-open-sdk work for you? Fair point about the readme files. I didn't because I was trying to keep my repo as close as possible to the original, but there's probably no harm in updating the readme. |
i tried to put manual the file into tarballs folder but when i try to compile i have an error.
This error says that missing the configure file of ISL 0.14.
How can i solve this ? thank y
The text was updated successfully, but these errors were encountered: