public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] error while executing ecosconfig tree :: cdl_option for an unknown option `CYGNUM_FS_FAT_BLOCK_CACHE_BLOCKSIZE
@ 2007-04-25 15:43 Simon fgc
  2007-04-25 16:07 ` Andrew Lunn
  2007-04-25 16:20 ` [ECOS] " John Dallaway
  0 siblings, 2 replies; 4+ messages in thread
From: Simon fgc @ 2007-04-25 15:43 UTC (permalink / raw)
  To: ecos-discuss

hello,

i have installed ecos ( version 2.0.64) / eclipse /toolchain(mips) in
my machine...
i have an .ecc file, which i should be using for the project.

when i do ecosconfig tree, i get below error...

[root@localhost build]# ls
ecos.ecc

[root@localhost build]# ecosconfig tree
ecos.ecc: error
    The savefile contains a cdl_option for an unknown option
`CYGNUM_FS_FAT_BLOCK_CACHE_BLOCKSIZE'
Invalid savefile "ecos.ecc".
1 error occurred while reading in the savefile data.

Please give me pointer on what i am missing and how i may fix this..
thanku,
simon.

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ECOS] error while executing ecosconfig tree :: cdl_option for an unknown option `CYGNUM_FS_FAT_BLOCK_CACHE_BLOCKSIZE
  2007-04-25 15:43 [ECOS] error while executing ecosconfig tree :: cdl_option for an unknown option `CYGNUM_FS_FAT_BLOCK_CACHE_BLOCKSIZE Simon fgc
@ 2007-04-25 16:07 ` Andrew Lunn
  2007-04-27  4:56   ` Simon fgc
  2007-04-25 16:20 ` [ECOS] " John Dallaway
  1 sibling, 1 reply; 4+ messages in thread
From: Andrew Lunn @ 2007-04-25 16:07 UTC (permalink / raw)
  To: Simon fgc; +Cc: ecos-discuss

On Thu, Apr 26, 2007 at 12:43:32AM +0900, Simon fgc wrote:
> hello,
> 
> i have installed ecos ( version 2.0.64) / eclipse /toolchain(mips) in
> my machine...
> i have an .ecc file, which i should be using for the project.
> 
> when i do ecosconfig tree, i get below error...
> 
> [root@localhost build]# ls
> ecos.ecc
> 
> [root@localhost build]# ecosconfig tree
> ecos.ecc: error
>    The savefile contains a cdl_option for an unknown option
> `CYGNUM_FS_FAT_BLOCK_CACHE_BLOCKSIZE'
> Invalid savefile "ecos.ecc".
> 1 error occurred while reading in the savefile data.
> 
> Please give me pointer on what i am missing and how i may fix this..

You probably want to ask the person who give you the .ecc file for his
source code. It looks like (s)he made local changes to the FAT fs
which you don't have in your tree. My guess is that (s)he has replaced
the hard coded 512 with this cdl variable.

      Andrew

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ECOS] Re: error while executing ecosconfig tree :: cdl_option for an unknown  option `CYGNUM_FS_FAT_BLOCK_CACHE_BLOCKSIZE
  2007-04-25 15:43 [ECOS] error while executing ecosconfig tree :: cdl_option for an unknown option `CYGNUM_FS_FAT_BLOCK_CACHE_BLOCKSIZE Simon fgc
  2007-04-25 16:07 ` Andrew Lunn
@ 2007-04-25 16:20 ` John Dallaway
  1 sibling, 0 replies; 4+ messages in thread
From: John Dallaway @ 2007-04-25 16:20 UTC (permalink / raw)
  To: Simon fgc; +Cc: ecos-discuss

Hi Simon

Simon fgc wrote:

> i have installed ecos ( version 2.0.64) / eclipse /toolchain(mips) in
> my machine...
> i have an .ecc file, which i should be using for the project.
> 
> when i do ecosconfig tree, i get below error...
> 
> [root@localhost build]# ls
> ecos.ecc
> 
> [root@localhost build]# ecosconfig tree
> ecos.ecc: error
>    The savefile contains a cdl_option for an unknown option
> `CYGNUM_FS_FAT_BLOCK_CACHE_BLOCKSIZE'
> Invalid savefile "ecos.ecc".
> 1 error occurred while reading in the savefile data.
> 
> Please give me pointer on what i am missing and how i may fix this..

You are referring to a CDL option that is specific to the eCosPro
Developer's Kit. I suggest you contact eCosCentric directly on this matter.

John Dallaway
eCosCentric Limited

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ECOS] error while executing ecosconfig tree :: cdl_option for an unknown option `CYGNUM_FS_FAT_BLOCK_CACHE_BLOCKSIZE
  2007-04-25 16:07 ` Andrew Lunn
@ 2007-04-27  4:56   ` Simon fgc
  0 siblings, 0 replies; 4+ messages in thread
From: Simon fgc @ 2007-04-27  4:56 UTC (permalink / raw)
  To: Simon fgc, ecos-discuss

> > [root@localhost build]# ecosconfig tree
> > ecos.ecc: error
> >    The savefile contains a cdl_option for an unknown option
> > `CYGNUM_FS_FAT_BLOCK_CACHE_BLOCKSIZE'
> > Invalid savefile "ecos.ecc".
> > 1 error occurred while reading in the savefile data.


<---snip--->
> It looks like (s)he made local changes to the FAT fs
> which you don't have in your tree. My guess is that (s)he has replaced
> the hard coded 512 with this cdl variable.
cud fix the error now.. you are right, have got the modified files
...now its working...

thank you.
Simon.

>
>       Andrew
>

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-04-27  4:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-25 15:43 [ECOS] error while executing ecosconfig tree :: cdl_option for an unknown option `CYGNUM_FS_FAT_BLOCK_CACHE_BLOCKSIZE Simon fgc
2007-04-25 16:07 ` Andrew Lunn
2007-04-27  4:56   ` Simon fgc
2007-04-25 16:20 ` [ECOS] " John Dallaway

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).