Hi,
I am working on DM37XX and through with x-loader, u-boot build . I go stuck in building android filesystem.
Here are the steps that I am following to build android filesystem:
make ARCH= arm TARGET_PRODUCT=omap3evm OMAPES=5.x -j8
I am getting below message:
============================================
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
The path, make file is searching is correct? becasue the files are in
`frameworks/base/docs/html'
if the path is not correct then ,How to change the search path ...or I am getting correct message , is it suppose to work like this...?
I am getting error at the end of build ....