pulp-platform / ri5cy_gnu_toolchain

22 stars 23 forks source link

make error #42

Open Nagatejapallapu opened 2 years ago

Nagatejapallapu commented 2 years ago

an error is obtained while make the ri5cy_gnu_toolchain, i request you to please help me out to overcome the error.

cat: /var/cache/distfiles/newlib-2.2.0.tar.gz: No such file or directory % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 3004 100 3004 0 0 68272 0 --:--:-- --:--:-- --:--:-- 66755

gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now Makefile:67: recipe for target 'src/original-newlib' failed make[1]: [src/original-newlib] Error 2 make[1]: Leaving directory '/home/pulpino/ri5cy_gnu_toolchain/build' Makefile:28: recipe for target 'build' failed make: [build] Error 2

YanWon commented 1 year ago

I've solved this problem, you need to download the Newlib-2.2.0.tar.gz manually and copy that tar to path"/var/cache/distfiles/", if this directory don't exist, you need mkdir manually too.