Re: [Yaffs] porting yaffs2 to linux user mode

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Charles Manning
Date:  
To: yaffs
Subject: Re: [Yaffs] porting yaffs2 to linux user mode
On Monday 11 August 2008 16:52:55 Manju wrote:
> hi,
>     when i go to directory yaffs2 and in that direct and do make ill get
> the following errors.. please help me out to port this to usr mode...

>
>
>
>
>
> make: *** [dtest.o] Error 1
> btc6l063 18 % make
> gcc -c -Wall -DCONFIG_YAFFS_DIRECT -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM
> -DCONFIG_YAFFS_YAFFS2 -g dtest.c -o dtest.o In file included from
> yaffsfs.h:11,
>                  from dtest.c:11:
> yportenv.h:81:24: ydirectenv.h: No such file or directory


So the file called ydirectenv.h is missing.

That is in cvs:
http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/direct/#dirlist

Please ensure that you have a fresh copy from CVS and check you have that
file.

-- Charles