Cross gcc Mailing List Archive

[Prev][Next][Index][Thread]

Re: compilation problem




On Sat, 19 Oct 1996, Timothy Potter wrote:

> On Fri, 18 Oct 1996, Josef Wolf wrote:
> 
> > Why do I need a file.h for the target? Where can I get one? Where should
> > I put it?
> 
> I find that many of these strange "can't find header file" compile errors 
> usually happen when you run configure twice in the same directory.  They 
> are usually fixed by doing a 'rm -rf *' in the build directory and 
> running configure again.

If memory serves correctly, this is/was a missing file in 
newlib/libc/include/sys.  You need a file.h which has the following line:

#include <sys/fcntl.h>

Hope it helps.

--joel
Joel Sherrill                    Sr. Computer Scientist
joel@OARcorp.com                 On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
   Support Available             (205) 722-9985



References:

Home | Subject Index | Thread Index