From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Lance Taylor To: joel@merlin.gcs.redstone.army.mil Cc: gas2@cygnus.com, dje@cygnus.com Subject: Re: sparc-rtems libiberty problem Date: Mon, 08 Jul 1996 13:36:00 -0000 Message-id: <199607082036.QAA16495@sanguine.cygnus.com> References: X-SW-Source: 1996/msg00051.html Date: Mon, 8 Jul 1996 14:53:07 -0500 (CDT) From: Joel Sherrill 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 . I would recommend that you proceed by simply adding it to your copy of newlib. The in newlib looks like this: #include Ian