Re: fmd.h cannot be found
- From: "Bruce Eitman [eMVP]" <bruce.eitman.nospam@xxxxxxxxxxxxxxxxxxx>
- Date: Wed, 22 Oct 2008 11:33:01 -0400
What do you have INCLUDES set to? fmd.h is not provided in the "system
libraries" since it is not a library. It is a header file, which is part of
the block driver, so INCLUDES must include the path to it. Setting that is
something you must do in your sources file.
--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com
My BLOG http://geekswithblogs.net/bruceeitman
EuroTech Inc.
www.EuroTech.com
"jhendrix58" <jhendrix58@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4A6D20A5-1512-495B-A0AF-FBBCC231DFF0@xxxxxxxxxxxxxxxx
I just entered a new job and I am starting to learn platform builder.
My current mission is to refactor the code an existing, working flash file
system such that it uses an FMD.
In my skeletal fmd I have the following code:
#include <fmd.h>
When compiled it generates C1083: cannot open include file fmd.h: no such
file or directory.
I am confused. I would have believed that fmd.h would be provided as
part
of the system libraries. What must I do?
.
- Follow-Ups:
- Re: fmd.h cannot be found
- From: jhendrix58
- Re: fmd.h cannot be found
- References:
- fmd.h cannot be found
- From: jhendrix58
- fmd.h cannot be found
- Prev by Date: Re: OpenNetCf dlls
- Next by Date: Re: Does OEMIdle will affect the speed of usb data transmission?
- Previous by thread: fmd.h cannot be found
- Next by thread: Re: fmd.h cannot be found
- Index(es):
Relevant Pages
|