ifndef ICP_ROOT
$(warning ICP_ROOT is undefined. Please set the path to EP80579 release package directory \
“-> setenv ICP_ROOT <path>”)
all fastdep:
:
else
ifndef KERNEL_SOURCE_ROOT
$(error KERNEL_SOURCE_ROOT is undefined. Please set the path to the kernel source directory \
“-> setenv KERNEL_SOURCE_ROOT <path>”)
endif
# Ensure The ENV_DIR environmental var is defined.
ifndef ICP_ENV_DIR
$(error ICP_ENV_DIR is undefined. Please set the path to EP80579 driver environment.mk file \
“-> setenv ICP_ENV_DIR <path>”)
endif
ICP_ROOT
KERNEL_SOURCE_ROOT
and ICP_ENV_DIR are not defined ..
how to define these three variables??
There is no need to define these variables. use “make distclean” and then try again.
Since you use beagle board , it doesn’t panic you, just use defconfig of beagleboard and cross compile .
Check beagle group site and you can get steps over it.