I make a new mx6ull_14x14_evk_defconfig file, but there is another issue as below log.
DEBUG: Executing shell function do_compile
NOTE: make -j 4 CROSS_COMPILE=arm-poky-linux-gnueabi- CC=arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/imx6ull14x14evk -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/work/imx6ull14x14evk-poky-linux-gnueabi/u-boot-fw-utils/v2016.03+gitAUTOINC+df61a74e68-r0=/usr/src/debug/u-boot-fw-utils/v2016.03+gitAUTOINC+df61a74e68-r0 -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/imx6ull14x14evk= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed V=1 mx6ull_14x14_evk_config
make -f ./scripts/Makefile.build obj=scripts/basic
rm -f .tmp_quiet_recordmcount
make -f ./scripts/Makefile.build obj=scripts/kconfig mx6ull_14x14_evk_config
scripts/kconfig/conf --defconfig=arch/../configs/mx6ull_14x14_evk_defconfig Kconfig
#
# configuration written to .config
#
NOTE: make -j 4 CROSS_COMPILE=arm-poky-linux-gnueabi- CC=arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/imx6ull14x14evk -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/work/imx6ull14x14evk-poky-linux-gnueabi/u-boot-fw-utils/v2016.03+gitAUTOINC+df61a74e68-r0=/usr/src/debug/u-boot-fw-utils/v2016.03+gitAUTOINC+df61a74e68-r0 -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/imx6ull14x14evk= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed V=1 env
make -f ./Makefile silentoldconfig
make -f ./scripts/Makefile.build obj=scripts/basic
rm -f .tmp_quiet_recordmcount
make -f ./scripts/Makefile.build obj=scripts/kconfig silentoldconfig
mkdir -p include/config include/generated
scripts/kconfig/conf --silentoldconfig Kconfig
make -f ./scripts/Makefile.autoconf || \
{ rm -f include/config/auto.conf; false; }
if [ -d arch/arm/mach-mx6/include/mach ]; then \
dest=../../mach-mx6/include/mach; \
else \
dest=arch-mx6; \
fi; \
ln -fsn $dest arch/arm/include/asm/arch
set -e; : ' CHK include/config.h'; mkdir -p include/; (echo "/* Automatically generated - do not edit */"; for i in $(echo "IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg" | sed 's/,/ /g'); do echo \#define CONFIG_$i | sed '/=/ {s/=/ /;q; } ; { s/$/ 1/; }'; done; echo \#define CONFIG_BOARDDIR board/; echo \#include \<config_defaults.h\>; echo \#include \<config_uncmd_spl.h\>; echo \#include \<configs/.h\>; echo \#include \<asm/config.h\>; echo \#include \<config_fallbacks.h\>;) < scripts/Makefile.autoconf > include/config.h.tmp; if [ -r include/config.h ] && cmp -s include/config.h include/config.h.tmp; then rm -f include/config.h.tmp; else : ' UPD include/config.h'; mv -f include/config.h.tmp include/config.h; fi
arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/imx6ull14x14evk -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/work/imx6ull14x14evk-poky-linux-gnueabi/u-boot-fw-utils/v2016.03+gitAUTOINC+df61a74e68-r0=/usr/src/debug/u-boot-fw-utils/v2016.03+gitAUTOINC+df61a74e68-r0 -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/imx6ull14x14evk= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -E -Wall -Wstrict-prototypes -Wno-format-security -fno-builtin -ffreestanding -O2 -fno-stack-protector -fno-delete-null-pointer-checks -g -fstack-usage -Wno-format-nonliteral -Werror=date-time -D__KERNEL__ -D__UBOOT__ -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -mword-relocations -fno-pic -mno-unaligned-access -ffunction-sections -fdata-sections -fno-common -ffixed-r9 -pipe -Iinclude -I./arch/arm/include -include ./include/linux/kconfig.h -nostdinc -isystem /home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/x86_64-linux/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0/include -DDO_DEPS_ONLY -dM ./include/common.h > include/autoconf.mk.tmp && { sed -n -f ./tools/scripts/define2mk.sed include/autoconf.mk.tmp | while read line; do if [ -n "" ] || ! grep -q "${line%=*}=" include/config/auto.conf; then echo "$line"; fi done > include/autoconf.mk; rm include/autoconf.mk.tmp; } || { rm include/autoconf.mk.tmp; false; }
arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/imx6ull14x14evk -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/work/imx6ull14x14evk-poky-linux-gnueabi/u-boot-fw-utils/v2016.03+gitAUTOINC+df61a74e68-r0=/usr/src/debug/u-boot-fw-utils/v2016.03+gitAUTOINC+df61a74e68-r0 -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/imx6ull14x14evk= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -x c -DDO_DEPS_ONLY -M -MP -Wall -Wstrict-prototypes -Wno-format-security -fno-builtin -ffreestanding -O2 -fno-stack-protector -fno-delete-null-pointer-checks -g -fstack-usage -Wno-format-nonliteral -Werror=date-time -D__KERNEL__ -D__UBOOT__ -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -mword-relocations -fno-pic -mno-unaligned-access -ffunction-sections -fdata-sections -fno-common -ffixed-r9 -pipe -Iinclude -I./arch/arm/include -include ./include/linux/kconfig.h -nostdinc -isystem /home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/x86_64-linux/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.3.0/include -MQ include/config/auto.conf ./include/common.h > include/autoconf.mk.dep || { rm include/autoconf.mk.dep; false; }
In file included from ./include/common.h:18:0:
include/config.h:6:22: fatal error: configs/.h: No such file or directory
In file included from ./include/common.h:18:0:
include/config.h:6:22: fatal error: configs/.h: No such file or directory
compilation terminated.
compilation terminated.
make[1]: *** [include/autoconf.mk] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [include/autoconf.mk.dep] Error 1
make -f ./scripts/Makefile.build obj=scripts/basic
rm -f .tmp_quiet_recordmcount
make -f ./scripts/Makefile.build obj=tools/env
rm -f tools/env/built-in.o; arm-poky-linux-gnueabi-ar rcs tools/env/built-in.o
arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/imx6ull14x14evk -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/work/imx6ull14x14evk-poky-linux-gnueabi/u-boot-fw-utils/v2016.03+gitAUTOINC+df61a74e68-r0=/usr/src/debug/u-boot-fw-utils/v2016.03+gitAUTOINC+df61a74e68-r0 -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/imx6ull14x14evk= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wp,-MD,tools/env/.aes.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafterinclude -idirafter./arch//include -idirafter ./tools/env -DUSE_HOSTCC -DTEXT_BASE= -c -o tools/env/aes.o tools/env/aes.c
arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/imx6ull14x14evk -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/work/imx6ull14x14evk-poky-linux-gnueabi/u-boot-fw-utils/v2016.03+gitAUTOINC+df61a74e68-r0=/usr/src/debug/u-boot-fw-utils/v2016.03+gitAUTOINC+df61a74e68-r0 -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/imx6ull14x14evk= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wp,-MD,tools/env/.crc32.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafterinclude -idirafter./arch//include -idirafter ./tools/env -DUSE_HOSTCC -DTEXT_BASE= -c -o tools/env/crc32.o tools/env/crc32.c
arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/imx6ull14x14evk -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/work/imx6ull14x14evk-poky-linux-gnueabi/u-boot-fw-utils/v2016.03+gitAUTOINC+df61a74e68-r0=/usr/src/debug/u-boot-fw-utils/v2016.03+gitAUTOINC+df61a74e68-r0 -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/imx6ull14x14evk= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wp,-MD,tools/env/.ctype.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafterinclude -idirafter./arch//include -idirafter ./tools/env -DUSE_HOSTCC -DTEXT_BASE= -c -o tools/env/ctype.o tools/env/ctype.c
arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/imx6ull14x14evk -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/work/imx6ull14x14evk-poky-linux-gnueabi/u-boot-fw-utils/v2016.03+gitAUTOINC+df61a74e68-r0=/usr/src/debug/u-boot-fw-utils/v2016.03+gitAUTOINC+df61a74e68-r0 -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/imx6ull14x14evk= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wp,-MD,tools/env/.env_attr.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafterinclude -idirafter./arch//include -idirafter ./tools/env -DUSE_HOSTCC -DTEXT_BASE= -c -o tools/env/env_attr.o tools/env/env_attr.c
arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/imx6ull14x14evk -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/work/imx6ull14x14evk-poky-linux-gnueabi/u-boot-fw-utils/v2016.03+gitAUTOINC+df61a74e68-r0=/usr/src/debug/u-boot-fw-utils/v2016.03+gitAUTOINC+df61a74e68-r0 -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/sysroots/imx6ull14x14evk= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wp,-MD,tools/env/.env_flags.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafterinclude -idirafter./arch//include -idirafter ./tools/env -DUSE_HOSTCC -DTEXT_BASE= -c -o tools/env/env_flags.o tools/env/env_flags.c
In file included from ./tools/env/fw_env.h:16:0,
from tools/env/../../common/env_flags.c:14,
from tools/env/env_flags.c:1:
include/config.h:6:22: fatal error: configs/.h: No such file or directory
compilation terminated.
make[1]: *** [tools/env/env_flags.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [env] Error 2
ERROR: oe_runmake failed
ERROR: Function failed: do_compile (log file is located at /home/huangzhao/fsl-release-bsp/build-fb-imx6ull14x14evk/tmp/work/imx6ull14x14evk-poky-linux-gnueabi/u-boot-fw-utils/v2016.03+gitAUTOINC+df61a74e68-r0/temp/log.do_compile.5088)