[android-porting] Re: How to build android init for android-2.6.30

2009-07-23 Thread Elvis Dowson
Hi, I guess part of the solution is to update the bionic/libc linux kernel headers. There are some changes to linux/posix_types.h that need to be factored, used by zygote init, that may be responsible for the crash. I've started a separate thread for porting bionic/libc for v2.6.30 here:

[android-porting] Re: How to build android init for android-2.6.30

2009-07-21 Thread Elvis Dowson
Hi, The CONFIG_EABI option is in the kernel .config file. At the moment, I'm building my kernel separately from outside the android sdk environment using a bitbake open embedded recipe. Is the CONFIG_EABI option set somewhere in the android.mk files? Best regards, Elvis

[android-porting] Re: How to build android init for android-2.6.30

2009-07-21 Thread Elvis Dowson
Hi On Tue, Jul 21, 2009 at 5:29 AM, Neo zingafri...@yahoo.com wrote: check out this thread - http://groups.google.com/group/android-porting/browse_thread/thread/40b5ea9626bb5441/ab0aae50ef884efe?lnk=gstq=Android%27s+executables#ab0aae50ef884efe I went through the thread, but I'm not sure

[android-porting] Re: How to build android init for android-2.6.30

2009-07-20 Thread Neo
check out this thread - http://groups.google.com/group/android-porting/browse_thread/thread/40b5ea9626bb5441/ab0aae50ef884efe?lnk=gstq=Android%27s+executables#ab0aae50ef884efe --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: How to build android init for android-2.6.30

2009-07-20 Thread Neil Nguyen
] Re: How to build android init for android-2.6.30 To: android-porting android-porting@googlegroups.com Date: Monday, July 20, 2009, 10:29 PM check out this thread - http://groups.google.com/group/android-porting/browse_thread/thread/40b5ea9626bb5441/ab0aae50ef884efe?lnk=gstq=Android%27s

[android-porting] Re: How to build android init for android-2.6.30

2009-07-16 Thread Shrinivas
if you provide the kernel logs, we can help you out with this problem... On Jul 16, 7:08 am, Elvis Dowson elvis.dow...@gmail.com wrote: Hi,        I'm working on trying to get android running on linux- omap3-2.6.30 kernel version. I've managed to compile a basic kernel image. Now I just need