Cant compile android bootstub.c for x86 plattform

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
dstyl
Posts: 6
Joined: Thu Jan 29, 2015 2:10 pm

Cant compile android bootstub.c for x86 plattform

Post by dstyl »

I want to programm a chainloader for generic x86 android devices.
Thanks a lot to Octocontrabass who found where the strings in the kernel image for my phone stem from.
Now im trying to modify and compile an bootimage or better just the second stage loader which is the bootstub.
https://android.googlesource.com/platfo ... b/+/master
Ive set up an buildenviroment using these instructions https://www.digitalocean.com/community/ ... untu-16-04 but it never compiles any kernel ("mma kernel", "mma bootstub, etc) or even an object file of the bootstub or kernel. I used generic x86 as target and also the asus x86 devices as target.
And i can find nothing on the internet not even on the intel android dev page.
Thanks a lot in advance.
Post Reply