Re: [android-kernel] Re: How to Build a Library and Link to the Android Kernel

2009-11-23 Thread Greg KH
On Mon, Nov 23, 2009 at 10:38 AM, James SDC wrote: > Hi Greg, > > The problem I am trying to solve, is to use the share memory in my > library. Since Android NDK does not support IPCs, I am thinking to > call from Kernel instead. No, don't do that, it is not the correct implementation. > If I bu

[android-kernel] Re: How to Build a Library and Link to the Android Kernel

2009-11-23 Thread James SDC
Hi Greg, The problem I am trying to solve, is to use the share memory in my library. Since Android NDK does not support IPCs, I am thinking to call from Kernel instead. If I build a normal library, how can I use the share memory? Thanks, James. -- unsubscribe: android-kernel+unsubscr...@google

[android-kernel] Re: How to Build a Library and Link to the Android Kernel

2009-11-22 Thread Mihai Campean
I need something similar, so an answer or some tips to this would be helpful. We want to build something similar to a NDIS driver for Android, and I would like to know what are the steps to go about doing that. Thanks, Mihai On Nov 11, 10:19 pm, James SDC wrote: > Hi, > > I want to build a Lin