<div><font face="Arial" size="2">Hi,</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">I have downloaded the yaffs2 from <a href="http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/">http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/</a>&nbsp;for linux 2.4.20 and i'm facing some issues during the build.
</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">In the file yaffs_guts.c in function yaffs_DeleteChunk(..), there is a call for yaffs_ReadChunkFromNAND(dev,chunkId,NULL,&amp;spare,0); as shown below.<br></font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">#ifdef CONFIG_MTD_NAND_VERIFY_WRITE</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //read data before write, to ensure correct ecc<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //if we're using MTD verification under Linux<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yaffs_ReadChunkFromNAND(dev,chunkId,NULL,&amp;spare,0);
<br>#endif</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">Issues:</font></div>
<div><font face="Arial" size="2">1. spare has not been declared anywhere in the function .</font></div>
<div><font face="Arial" size="2">2. yaffs_ReadChunkFromNAND() in yaffs_DeleteChunk(..) doesnot have a defined reference.</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">When i build yaffs2, first i get &quot;spare undeclared&quot;, after declaring the spare as &quot;yaffs_spare spare&quot; in the function, it builds fine but while linking it gives me an error &quot; undefined refernce: yaffs_ReadChunkFromNAND&quot;.
</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">Has anyone encountered this problem (or cud be a bug). Is there any patch available for this.</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">Thanks in Advance,</font></div>
<div><font size="2">Gromer</font></div>