"overlay" and "local-patches" folders missing while installing
artynet opened this issue · 0 comments
artynet commented
the comand make install
doesn't take care of installing this two fundamental missing pieces. I had to copy them into my custom installation path which is :
$HOME/Programs/ct-ng/lib/crosstool-ng-1.22.0-42-g1fbfd12
otherwise the build breaks with this error :
[ERROR]
[ERROR] >>
[ERROR] >> Build failed in step 'Installing C library'
[ERROR] >> called in step '(top-level)'
[ERROR] >>
[ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@257]
[ERROR] >> called from: do_libc[scripts/build/libc/newlib.sh@128]
[ERROR] >> called from: main[scripts/crosstool-NG.sh@646]
[ERROR] >>
[ERROR] >> For more info on this error, look at the file: 'build.log'
[ERROR] >> There is a list of known issues, some with workarounds, in:
[ERROR] >> '/home/arturo/Programs/ct-ng/share/doc/crosstool-ng/crosstool-ng-1.22.0-42-g1fbfd12/B - Known issues.txt'
[ERROR]
[ERROR] (elapsed: 7:04.35)
please take care of it....