Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Thanks. I got it. I'm trying to build under OSX. The main difference is that OSX filesystem is typically not case sensitive by default, so you have to create an image that is case sensitive in which to build Android. It seems the paths are hardcoded to the user's root directory though. So it's looking in /Users/USERNAME/android/prebuilt/...etc for GCC. In my case it needs to be looking in /Volumes/Android/prebuilt/...
So I might have to tweak some makefiles or shell variables. I'll post here if I have success building under OSX.
|