howto configure redboot for jffs2
Raghu
raghu_dk@yahoo.com
Fri Jan 28 10:11:00 GMT 2005
Hi,
Refering mailing list archieves I am following these
steps for configuring JFFS2 on ixdp425 eval board.
$ ecosconfig new ixdp425 redboot
$ ecosconfig add memalloc io fileio error linux_compat
jffs2 ( David's mail 29 Nov 2003 ).
$ ecosconfig import $ECOS_REPOSITORY/package/hal/
arm/xscale/ixdp425/current/misc/redboot_ROM.ecm
$ ecosconfig tree ; make
I get this compiler error,
-----------------------------------------------------
xscale-elf-gcc -c -Wp,-MD,src/fs/fileio.tmp -o
src/fs/redboot_fileio.o /ecos-c/projects/ECOS/ecos \
packages/redboot/current/src/fs/fileio.c
In file included from
/ecos-projects/ECOS/ecos/packages/redboot/current/src/fs
/fileio.c:71:
/ecos-c/projects/ECOS/ecos/redboot_build/install/include/cyg/fileio/fileio.h:66:
29: cyg/kernel/kapi.h: No such file or directory
In file included from
/ecos-c/projects/ECOS/ecos/packages/redboot/current/src/fs
/fileio.c:71:
/ecos-c/projects/ECOS/ecos/redboot_build/install/include/cyg/fileio/fileio.h:404
: error: parse error before "cyg_flag_value_t"
/ecos-c/projects/ECOS/ecos/redboot_build/install/include/cyg/fileio/fileio.h:404
: warning: no semicolon at end of struct or union
make[1]: *** [src/fs/fileio.o.d] Error 1
make[1]: Leaving directory
`/ecos-c/projects/ECOS/ecos/redboot_build/redboot/cur
rent'
make: *** [build] Error 2
------------------------------------------------------
I also tried Gary's inputs suggesting changes in the
redboot_ROM.ecm file, again resulting in same compiler
errors.
Are there missing steps ? Do we have a consolidated
howto ?
Rgds,
Raghu.
__________________________________
Do you Yahoo!?
The all-new My Yahoo! - Get yours free!
http://my.yahoo.com
More information about the Ecos-devel
mailing list