Skip to content

Instantly share code, notes, and snippets.

@denix0
Created November 24, 2014 20:45
Show Gist options
  • Save denix0/29917024a40a3bbbd0f8 to your computer and use it in GitHub Desktop.
Save denix0/29917024a40a3bbbd0f8 to your computer and use it in GitHub Desktop.
$ make CROSS_COMPILE=arm-linux-gnueabihf- am335x_evm_defconfig
HOSTCC scripts/basic/fixdep
HOSTCC scripts/kconfig/conf.o
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/conf
#
# configuration written to .config
#
#
# configuration written to spl/.config
#
$ make CROSS_COMPILE=arm-linux-gnueabihf- env
scripts/kconfig/conf --silentoldconfig Kconfig
scripts/kconfig/conf --silentoldconfig Kconfig
CHK include/config.h
GEN include/autoconf.mk
GEN include/autoconf.mk.dep
GEN spl/include/autoconf.mk
HOSTCC tools/env/fw_env.o
In file included from tools/env/fw_env.c:117:0:
include/env_default.h:110:11: error: expected ‘}’ before ‘CONFIG_SYS_ARCH’
scripts/Makefile.host:108: recipe for target 'tools/env/fw_env.o' failed
make[1]: *** [tools/env/fw_env.o] Error 1
Makefile:1208: recipe for target 'env' failed
make: *** [env] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment