Re: [android-kernel] Android Build

2012-09-13 Thread Prabagaran Thangavel
Thanks Chinmay for the info. On Thu, Sep 13, 2012 at 3:08 PM, Chinmay V S wrote: > Some of the build steps can exceed the address space of 32-bit processes. > e.g. handling the entire set of *.java source files in a single pass. Thus > one might run into build errors due to the limitations of th

Re: [android-kernel] Android Build

2012-09-13 Thread Chinmay V S
Some of the build steps can exceed the address space of 32-bit processes. e.g. handling the entire set of *.java source files in a single pass. Thus one might run into build errors due to the limitations of the 32bit system. This was rare in the days of FroYo. Starting with GB the recommended build

Re: [android-kernel] Android Build

2012-09-13 Thread Manjeet Pawar
yeah U r ryt,GB requires 64-bit machine to build...you need to install a 64-bit linux ,on your host machine...then start working on it.. Regards On Thu, Sep 13, 2012 at 2:14 AM, Prabagaran Thangavel < prabagara...@gmail.com> wrote: > Hi all, > > I have a doubt. > > Android version from GB requi

[android-kernel] Android Build

2012-09-13 Thread Prabagaran Thangavel
Hi all, I have a doubt. Android version from GB requires 64 bit machine to build. But the target board(eg.. pandaboard) is 32 bit. My host is also 32 bit machine. Then why it requires 64 bit machine for building. Someone provide me the pointers. Thanks and Regards, Prabagaran. -- unsubscribe:

[android-kernel] Android build didn't create contents of /data directory

2009-07-07 Thread Saravanan
Hi all, I am new to this group and i don't know whether i can put this question here. Please help me if i am wrong. When i started building android from full source code, it succeeded in building all the libraries and other stuffs. But it has not build the contents of the mydroi