Now i Minimized the errors. fs/yaffs2/yaffs_fs.c:201: warning: initialization from incompatible pointer type fs/yaffs2/yaffs_fs.c:234: warning: initialization from incompatible pointer type fs/yaffs2/yaffs_fs.c: In function 'yaffs_mknod': fs/yaffs2/yaffs_fs.c:987: error: 'struct task_struct' has no member named 'fs_uid' fs/yaffs2/yaffs_fs.c:988: error: 'struct task_struct' has no member named 'fs_gid' fs/yaffs2/yaffs_fs.c: In function 'yaffs_symlink': fs/yaffs2/yaffs_fs.c:1167: error: 'struct task_struct' has no member named 'fs_uid' fs/yaffs2/yaffs_fs.c:1168: error: 'struct task_struct' has no member named 'fs_gid' fs/yaffs2/yaffs_fs.c: In function 'yaffs_internal_read_super': fs/yaffs2/yaffs_fs.c:1552: warning: format '%d' expects type 'int', but argument 2 has type 'uint64_t' make[2]: *** [fs/yaffs2/yaffs_fs.o] Error 1 make[1]: *** [fs/yaffs2] Error 2 make: *** [fs] Error 2
These are the recent errors with fs_uid & fs_gid. can someone please suggest me the patch of this Thank you On Mar 16, 7:23 am, TreKing <[email protected]> wrote: > On Sat, Mar 12, 2011 at 7:07 AM, Su-Android <[email protected]> wrote: > > repo version v1.7.3.1 > > (from git://android.git.kernel.org/tools/repo.git) > > git version 1.6.3.3 > > Python 2.6.4rc2 (r264rc2:75497, Oct 20 2009, 02:55:11) > > [GCC 4.4.1] > > > Successfully Installed repo client and buld the code. > > If you're building the source, try a list appropriate for that task, like > platform or porting. > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

