public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
* sparc-rtems libiberty problem
@ 1996-07-08 13:22 Joel Sherrill
  1996-07-08 13:36 ` Ian Lance Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: Joel Sherrill @ 1996-07-08 13:22 UTC (permalink / raw)
  To: gas2

This is the first one I have tried so far.  I don't exactly know what the 
problem is but it looks like something is being built which probably 
shouldn't.  Here is the error message:

/net/morgana/usr1/rtems/work/rtems-config/build-sparc/gcc/xgcc
-B/net/morgana/usr1/rtems/work/rtems-config/build-sparc/gcc/ -idirafter
/net/morgana/usr1/rtems/work/rtems-config/build-sparc/sparc-rtems/newlib/targ-include
-idirafter /net/morgana/usr1/rtems/work/rtems-config/src/newlib/libc/include
-nostdinc -c -g -I. -I../../../src/libiberty/../include
../../../src/libiberty/choose-temp.c
../../../src/libiberty/choose-temp.c:27: sys/file.h: No such file or
directory gmake[1]: *** [choose-temp.o] Error 1 g

Any hints would be appreciated.

--joel

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

* Re: sparc-rtems libiberty problem
  1996-07-08 13:22 sparc-rtems libiberty problem Joel Sherrill
@ 1996-07-08 13:36 ` Ian Lance Taylor
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Lance Taylor @ 1996-07-08 13:36 UTC (permalink / raw)
  To: joel; +Cc: gas2, dje

   Date: Mon, 8 Jul 1996 14:53:07 -0500 (CDT)
   From: Joel Sherrill <joel@merlin.gcs.redstone.army.mil>

   This is the first one I have tried so far.  I don't exactly know what the 
   problem is but it looks like something is being built which probably 
   shouldn't.  Here is the error message:

   /net/morgana/usr1/rtems/work/rtems-config/build-sparc/gcc/xgcc
   -B/net/morgana/usr1/rtems/work/rtems-config/build-sparc/gcc/ -idirafter
   /net/morgana/usr1/rtems/work/rtems-config/build-sparc/sparc-rtems/newlib/targ-include
   -idirafter /net/morgana/usr1/rtems/work/rtems-config/src/newlib/libc/include
   -nostdinc -c -g -I. -I../../../src/libiberty/../include
   ../../../src/libiberty/choose-temp.c
   ../../../src/libiberty/choose-temp.c:27: sys/file.h: No such file or
   directory gmake[1]: *** [choose-temp.o] Error 1 g

   Any hints would be appreciated.

Current versions of newlib does have <sys/file.h>.  I would recommend
that you proceed by simply adding it to your copy of newlib.  The
<sys/file.h> in newlib looks like this:

#include <sys/fcntl.h>

Ian


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

end of thread, other threads:[~1996-07-08 13:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-07-08 13:22 sparc-rtems libiberty problem Joel Sherrill
1996-07-08 13:36 ` Ian Lance Taylor

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).