Creating and editing the Android kernel, Eclipse with the studio development plugin 5

I downloaded eclipse DS-5 from this site

http://ds.arm.com/downloads/

I was also able to parse the base c code.

But the code can be parsed using DS-5, only after successfully creating the source code c and the corresponding binary code for the source code C is created.

So, now I have to successfully build the Android kernel in eclipse before I can use the DS-5 disassembler tools.

I found a site that explains the creation of the Linux kernel in eclipse http://financecoding.wordpress.com/2011/03/17/building-and-editing-linux-kernel-in-eclipse-for-android-rowboat/

The above link is for building the linux kernel in eclipse, can anyone provide a link to build the Android kernel in eclipse, or think through the steps for creating the Android kernel in eclipse.

Thanks in advance

+5
source share
1 answer

I successfully hacked and built Android from Eclipse CDT!

I used this site as a reference to the Eclipse configuration for the Android kernel, which references an old revision of the general kernel tuning guide, which can be found here .

Remember that the first build must be done from the shell in order to create .config and some other things.

" xyz ", Eclipse Indexer, ' . , Window → Preferences → C/++ → Code analysis, Mal, "Symbol is not resolved" " ".

, , , !

+2

All Articles