On Mon, Jun 8, 2009 at 9:10 PM, dhananjay<[email protected]> wrote: > > Hi All, > I'm trying to port android on powerpc64 platform.i have successfully > compiled whole source tree , but whe i'm booting in android in my > target architecture i'm able to see shell with some error messages > problem seems to be with binder kernel driver.i'm posting log of error > messages ,does anybody have any idea about this? please let me know > error snapshot of running logcat are as follows . > > E/ProcessState( 587): Binder ioctl to obtain version failed: Invalid > argument > E/ProcessState( 587): Binder driver protocol does not match user space > protocol! > E/ProcessState( 587): Binder ioctl to set max threads failed: Bad file > descriptor
Are you using a 32bit userspace? If so, you will have to implement the compat32 layer for the binder ioctl calls. Good luck, greg k-h --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel -~----------~----~----~----~------~----~------~--~---
