Building and Editing Android kernel in, Eclipse with development studio 5 plugin

admin

Administrator
Staff member
I have downloaded eclipse DS-5 from this site

<a href="http://ds.arm.com/downloads/" rel="nofollow">http://ds.arm.com/downloads/</a>

I was also able to disassemble basic c program code.

But the code can be disassembled using DS-5, only after successfully building the c source code and the respective binary for the C source code is generated.

So now I have to successfully build the android kernel in eclipse before am able to use the DS-5 disassembler tools.

I found a site which explains building Linux kernel in eclipse
<a href="http://financecoding.wordpress.com/...-linux-kernel-in-eclipse-for-android-rowboat/" rel="nofollow">http://financecoding.wordpress.com/...-linux-kernel-in-eclipse-for-android-rowboat/</a>

The above link is for building linux kernel in eclipse, can anyone please give a link to build android kernel in eclipse or please elaborate the steps to build android kernel in eclipse.

Thanks in advance