Hello
I have been trying to build pynq image for Arty Z7-10 board over the weekend.
I think the build fails when at making gcc, because the repository site is permanently shut down.
from gcc-mb/build.log we can see the following:
[ALL ] --2021-11-28 23:41:44-- (try: 3) http://isl.gforge.inria.fr/isl-0.20.tar.gz
[ALL ] Connecting to isl.gforge.inria.fr (isl.gforge.inria.fr)|128.93.193.15|:80... failed: Connection timed out.
[ALL ] Giving up.
[ALL ]
[DEBUG] ==> Return status 4
[DEBUG] Not at this location: "http://isl.gforge.inria.fr/isl-0.20.tar.gz"
[ERROR] isl: download failed
[ERROR]
[ERROR] >>
[ERROR] >> Build failed in step 'Retrieving needed toolchain components' tarballs'
[ERROR] >> called in step '(top-level)'
Has anybody else had these issues?
How can I get around this? I am sure there are alternative repositories but how can I add them to the build?
Thanks for the help.