For PYNQ image 2.7 build I encountered a few download errors for building the Pynq-Z2 board (want to try on another board later on), on a Ubuntu-18.04 build host OS. I fixed a few, but am stuck on following download error:
[ERROR] Failed to find git ref releases/gcc-9.2.0 at git://gcc.gnu.org/git/gcc.git
How can I fix or patch this?
Details below:
The download errors all happen in the gcc-mb build step:
isl-0.20.tar.gz and expat-2.4.1.tar.bz2 download links fail, and can easily be fixed by preloading them and putting them in PYNQ/sdbuild/build/gcc-mb/.build/tarballs/ folder.
By fixing these the build proceeds further: up till I get following error:
[DEBUG] Package iterator: set custom_location=‘’
[DEBUG] Package iterator: set patch_order=‘global’
[DEBUG] Package iterator: run CT_DoFetch
[ERROR] Failed to find git ref releases/gcc-9.2.0 at git://gcc.gnu.org/git/gcc.git
[ERROR]
[ERROR] >>
[ERROR] >> Build failed in step ‘Retrieving needed toolchain components’ tarballs’
[ERROR] >> called in step ‘(top-level)’
[ERROR] >>
See build log:
build.log (100.6 KB)