View Single Post
  #143 (permalink)  
Old 04-06-2011, 12:47 PM
natemcnutty's Avatar
natemcnutty
VIP Member
Offline
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Wirelessly posted (Opera/9.80 (Android; Opera Mini/6.0.24463/24.746; U; en) Presto/2.5.25 Version/10.54)

Quote:
Originally Posted by oisact
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.
I'm not very familiar with OS X, but for the git cloning part, just make a folder somewhere like your desktop, then use bash to browse into that folder and start cloning in there. Then if you use my sh script, you can just change the variable for the Android folder path in the header section. and it should work great after that.
__________________
Reply With Quote