Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
Originally Posted by natemcnutty
That looks perfect. I just reverted to my original snapshot, so let me take another look at it from before I've even done the defconfig.
OK, I just ran each command exactly in order (I made the guide as I built it too), and everything worked by copy/pasting from the first post. There are two things that I can think of. First, there was an extra space between ARCH=arm and CROSS_COMPILE in the first post (which I just fixed), but I didn't remove it when I just now compiled and everything worked just fine. The second thought is, you didn't run Terminal as root or do sudo on the git clone did you? You could try typing !! and hit enter after it fails and see if it works elevated. If that's not it, I would go into android, type sudo rm -rf prebuilt, then close Terminal, open a new Terminal making sure you are not root, and clone prebuilt again
|
Ok! I had my Android Folder on my desktop and not in the home folder...
This allowed the make command not to fail right away...
Update:
It WORKS! User Error... Must have been something with ROOT. Sorry to bother!
Last edited by Lmiller1708; 10-27-2010 at 11:51 PM.
|