EmbLogic's Blog

Beagle board bring up issue

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??

 

2 Responses to Beagle board bring up issue

  1. maneet says:

    There is no need to define these variables. use “make distclean” and then try again.

    • manish says:

      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.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>