Hi,
I start to build the x-load.bin. I use the following commands:
Execute the following commands
$ make CROSS_COMPILE=arm-eabi- distclean
$ make CROSS_COMPILE=arm-eabi- omap3evm_config
$ make CROSS_COMPILE=arm-eabi-
This command will build the x-loader Image "x-load.bin"
but I get the ERROR, when I execute the first and second command:
eric3754@eric3754-laptop:~/rowboat-android/TI_Android_GingerBread_2_3_Sources$
make CROSS_COMPILE=arm-eabi- distclean
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=2.3
TARGET_PRODUCT=generic
TARGET_BUILD_VARIANT=eng
TARGET_SIMULATOR=
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=GRH55
============================================
find: `frameworks/base/frameworks/base/docs/html': No such file or directory
find: `out/target/common/docs/gen': No such file or directory
find: `frameworks/base/frameworks/base/docs/html': No such file or directory
find: `out/target/common/docs/gen': No such file or directory
find: `frameworks/base/frameworks/base/docs/html': No such file or directory
find: `out/target/common/docs/gen': No such file or directory
find: `frameworks/base/frameworks/base/docs/html': No such file or directory
find: `out/target/common/docs/gen': No such file or directory
find: `frameworks/base/frameworks/base/docs/html': No such file or directory
find: `out/target/common/docs/gen': No such file or directory
make: *** No rule to make target `distclean'.
Page 1
Stop.
But when I execute the third command:
It run a lot of process for make or complier a lot of code. More than one hour.
Can everybody give me a help for this?