Re: [android-kernel] Re: Regarding Android Device driver development

2011-08-31 Thread William W.-Y. Liang
Just a supplement here. If you don't want to download the whole Android source, the prebuilt toolchain in the NDK can also be used. :) William Liang 2011/8/30 joerg simon > Dear Ramya, > > They are not binary but afaik source compatible. I am 100% sure for > the SKULL driver, you can compile it

[android-kernel] Re: Regarding Android Device driver development

2011-08-31 Thread joerg simon
Dear Ramya, They are not binary but afaik source compatible. I am 100% sure for the SKULL driver, you can compile it for android. For compilation you need a ARM cross compilation tool chain. One is f.e. included in the android sources as prebuilt package. Then compile the scull driver with ARCH=AR