[ECOS] JFFS2 questions with eCos

Steven_cheng 05071@alphanetworks.com
Wed Sep 21 13:39:00 GMT 2005


Hi Andrew,

    Thank you for your respond. But I still have questions.
I use the command to get the source code from anoncvs,
"cvs -z3 -d :pserver:anoncvs@ecos.sourceware.org:/cvs/ecos co -P ecos".
But the content of the compat\linux\current\include\linux\types.h as
following:
/////////////////////  include\linux\types.h //////////////////////////////
#ifndef __LINUX_TYPES_H__
#define __LINUX_TYPES_H__

#include "cyg/infra/cyg_type.h"

#define uint8_t cyg_uint8
#define uint16_t cyg_uint16
#define uint32_t cyg_uint32
#define loff_t off_t

#define kvec iovec
#endif /* __LINUX_TYPES_H__ */

Sorry, I can not find the definition of int8_t, int16_t, int32_t.
#define int8_t cyg_int8
#define int16_t cyg_int16
#define int32_t cyg_int32

Is the command  correct ??
"cvs -z3 -d :pserver:anoncvs@ecos.sourceware.org:/cvs/ecos co -P ecos" ??

Thank you very much!!

Steven Cheng



PS :
    Sorry, my mail server is not fixed,  it troubles you when reply.
I will make it fixed.




-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss



More information about the Ecos-discuss mailing list