Open zhuotianshu opened 1 year ago
Hey @zhuotianshu,
I experienced the same problem, maybe I can share a few tips to help you.
You may go into configs_enhanced/thead_9xxf_enhanced_5.10_glibc_br_defconfig
and replace the following line with a new source (this one worked for me):
BR2_TOOLCHAIN_EXTERNAL_URL="https://datashare.ed.ac.uk/bitstream/handle/10283/4835/Xuantie-riscv64-linux-x86_64-20210618.tar.gz"
I had a similar issue with the zero_stage_boot
package, whose link was broken and unfortunately I had to remove in order to continue the build.
Also, note that another user left some useful tips on their gitlab page: https://gitlab.com/c-sky/buildroot/-/issues/46
I followed the "Build boot.ext4 (kernel + opensbi + dtb) & rootfs" steps and met the following errors:
I tried to use explorer to search this package in those source urls, but didn't find it, too. How can I find a substitude toolchain? thanks in advance.