Open azaslavskis opened 3 months ago
cheap and dirty solution
mkdir -p '/home/alex/buildroot_bouffalo/buildroot/output/build/.Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.6.1-20220906.tar.gz.OZNqhu' && \
curl --retry 3 -o '/home/alex/buildroot_bouffalo/buildroot/output/build/.Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.6.1-20220906.tar.gz.OZNqhu/output' \
'https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource//1663142514282/Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.6.1-20220906.tar.gz'
and to fix gzip error
curl --retry 3 -o '/home/alex/buildroot_bouffalo/buildroot/dl/toolchain-external-custom/Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.6.1-20220906.tar.gz' 'https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource//1663142514282/Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.6.1-20220906.tar.gz'
better solution is not use download marco in .mk and just clone file using curl. comming soon
Hello, trying to build an buildroot Linux on my Fedora 40,but facing with broking link and that toolchain cannot be build. Build commands:
Output:
log.txt
Full log is appended like log.txt file.