Re: [android-kernel] Re: Android kernel2.6.32 source code

2011-04-15 Thread hedwin
In your mail you use the following to build: make menuconfig ARCH=arm CROSS_COMPILE=arm-eabi- To build the kernel don't include menuconfig so it should be like this: make ARCH=arm CROSS_COMPILE=arm-eabi- or make menuconfig ARCH=arm CROSS_COMPILE=arm-eabi- uImage make menuconfig ARCH=arm CROSS_

[android-kernel] Re: Android kernel2.6.32 source code

2011-04-14 Thread Dark Knight
Hi Sowmya, Have to tried checking the available branches in repository?? Clone the entire repository and then issue a GIT BRANCH -a command and see the available branches and then checkout the correspoding one On Apr 14, 5:33 pm, sowmya l s wrote: > Hi, >    I tried to do the following using rep