-
Notifications
You must be signed in to change notification settings - Fork 184
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
Timeouts for download, isl-0.12.2 not where it's looked for #17
Comments
There's a branch lx106-g++-1.21.0 in this repository, based on newer version of the crosstool-NG. Can you try it? |
Hi Max, I've tried it, and it's not being able to compile firmware for esp8266, unlike the previous version. Here are all the results:
make[1]: Entering directory '/opt/nodemcu/nodemcu-firmware-dev/app'
I see you've put gcc-5.1.1...isn't it too fresh for this? I think no Linux distro is using it yet (except maybe the latest dev versions), and I suppose that's the reason the firmware compilation fails with such errors. |
Ok, that's latest mainline crosstool-NG release, I'm not really into fixing download locations unless all of them fail breaking the build. Feel free to propose a fix to scripts or configuration. Regarding build errors, adding -std=gnu90 to CFLAGS/CXXFLAGS should fix them, at least calls to implicitly defined functions.
I think it's just fine. Maybe 5.2 is better. The reason for failing is the newer default language standard, I guess it won't be downgraded in the future. |
Well, I just thought that you should put in the first place the default (original software based) location and then parse http errors for "not found" or similar before switching to the next url (if you already aren't doing that). Regarding the new gcc...if adding what you propose to CFLAGS/CXXFLAGS fixes things, how about adding them in configure/Makefile so they determine automatically what version of gcc someone has installed, and add appropriate flags Cheers. |
isl-0.12.2 that needs to be downloaded is not at the given urls, and so configure/download/build script fails numerous times to download it.
ftp.linux.student.kuleuven.be is offline, only working copy is http://mirrors.kernel.org/sources.redhat.com/gcc/infrastructure/isl-0.12.2.tar.bz2
Can you fix the sources to ensure availability of all files and avoid timeouts?
Thanks.
The text was updated successfully, but these errors were encountered: