This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: configuring flash on eCOS


On Mon, 2004-07-19 at 13:48, Giri Raja wrote:
> Hi,
> 
> I am programming with flash on the eb40A board using
> the flash api functions.
> 
> i use the library <cyg/io/flash.h.h> as given in the
> documentation. However, I get an error saying that
> there is "No such file or directory". I modified it to
> see if maybe <cyg/io/flash.h> would work. But it gives
> me the same error message. Does anyone know why this
> is happening? Is there something I need to do for
> configuring flash?  Please let me know.

Did you include the FLASH package when you tried to build your
application?  e.g.
  % ecosconfig new eb40a
  % ecosconfig add flash
  % ecosconfig tree

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]