Author: rong shawn Date: To: yaffs Subject: [Yaffs] bug report: compile yaffs2 into Linux kernel
Hi all,
I download latest yaffs2 package from official website and want to
compile it into linux 2.6 kernel, but meet error and now fix it. Wish
it may help you.
1. Missing file yaffs_mtdif1.h
You can write a header file yaffs_mtdif1.h with reference to yaffs_mtdif2.h
2. Replace qsort( ... ) in yaffs_guts.c with yaffs_qsort(...)