gendev-macos
gendev-macos copied to clipboard
Access denied: 500 - newlib-1.19.0.tar.gz
Hello,
After running make
, I got 500 error status code:
curl -o newlib-1.19.0.tar.gz ftp://sources.redhat.com/pub/newlib/newlib-1.19.0.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (67) Access denied: 500
Same issue, redhat no longer offers this url
updating the makefile to this server works. https://sourceware.org/ftp/newlib/index.html
Build still fails. First attempt gives "Specified CC_FOR_BUILD doesn't seem to work." Second attempt building results in: m68k-elf-ar: ../argz/lib.a: No such file or directory m68k-elf-ar: ../stdlib/lib.a: No such file or directory m68k-elf-ar: ../ctype/lib.a: No such file or directory m68k-elf-ar: ../search/lib.a: No such file or directory m68k-elf-ar: ../stdio/lib.a: No such file or directory m68k-elf-ar: ../string/lib.a: No such file or directory m68k-elf-ar: ../signal/lib.a: No such file or directory m68k-elf-ar: ../time/lib.a: No such file or directory m68k-elf-ar: ../locale/lib.a: No such file or directory m68k-elf-ar: ../reent/lib.a: No such file or directory m68k-elf-ar: ../errno/lib.a: No such file or directory m68k-elf-ar: ../misc/lib.a: No such file or directory m68k-elf-ar: ../machine/lib.a: No such file or directory m68k-elf-ar: *.o: No such file or directory
Thanks for trying though :(
I have exactly the same issue on my end. After changing the URL to https://sourceware.org/ftp/newlib the download is working fine, but then the CC_FOR_BUILD error occurs.