I have same problem with build QorIQ-SDK-V2.0-20160527-yocto (QorIQ-SDK-V2.0-1703)
I install
QorIQ-Linux-SDK-v2.0-SOURCE.iso
QorIQ-Linux-SDK-v2.0-AARCH64-Yocto-Cache
QorIQ-Linux-SDK-v2.0-1703.tar.bz2
follow the instruction,
run ./sources/meta-freescale/scripts/host-prepare.sh
But i got error
| make[1]: Leaving directory '/home/andrii/QorIQ-SDK-V2.0-20160527-yocto/build_ls1012afrdm/tmp/work/x86_64-linux/gcc-cross-aarch64/linaro-4.9-r2015.03/gcc-linaro-4.9-2015.03/build.x86_64-linux.aarch64-fsl-linux/gcc'
| Makefile:3976: recipe for target 'all-gcc' failed
| make: *** [all-gcc] Error 2
| ERROR: oe_runmake failed
| ERROR: Function failed: do_compile (log file is located at /home/andrii/QorIQ-SDK-V2.0-20160527-yocto/build_ls1012afrdm/tmp/work/x86_64-linux/gcc-cross-aarch64/linaro-4.9-r2015.03/temp/log.do_compile.16433)
ERROR: Task 432 (/home/andrii/QorIQ-SDK-V2.0-20160527-yocto/sources/meta-linaro/meta-linaro-toolchain/recipes-devtools/gcc/gcc-cross_linaro-4.9.bb, do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 505 tasks of which 413 didn't need to be rerun and 2 failed.
Summary: 2 tasks failed:
virtual:native:/home/andrii/QorIQ-SDK-V2.0-20160527-yocto/sources/poky/meta/recipes-devtools/prelink/prelink_git.bb, do_configure
/home/andrii/QorIQ-SDK-V2.0-20160527-yocto/sources/meta-linaro/meta-linaro-toolchain/recipes-devtools/gcc/gcc-cross_linaro-4.9.bb, do_compile
Summary: There was 1 WARNING message shown.
Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
I tried build minimal image for ls1012afrdm
bitbake fsl-image-minimal
What i"ll have to do else?