On Fri, 2018-06-15 at 01:12 +0000, Wang, Long1 wrote:
Hi Liam,
Could you see below compile error? Here recent clear linux upgrade to gcc-8-1.
[INFO ] Extracting and patching toolchain components [DEBUG] ==> Executing: 'mkdir' '-p' '/home/lwang/work/thesof/crosstool- ng.git/.build/xtensa-apl-elf/build/overlay' [DEBUG] ==> Return status 0 [ERROR] >> Build failed in step 'Extracting and patching toolchain components' [ERROR] >> called in step '(top-level)' [ERROR] >> Error happened in: CT_DoExtractPatch[scripts/functions@2071] [ERROR] >> called from: CT_PackageRun[scripts/functions@1919] [ERROR] >> called from: CT_ExtractPatch[scripts/functions@2226] [ERROR] >> called from: do_companion_tools_autoconf_extract[scripts/bu ild/companion_tools/200-autoconf.sh@8] [ERROR] >> called from: do_companion_tools_extract[scripts/build/compa nion_tools.sh@28] [ERROR] >> called from: main[scripts/crosstool-NG.sh@645]
It cant find the overlays, have you checked out the overlay repo ? It should be at the same directory level as crosstool too e.g.:-
thesof/crosstool-ng thesof/xtensa-overlay
Liam