This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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: Error while building GCC-3.3 for sh-elf target


On Jul  2, 2003, saleru.raja@iap-online.com wrote:

> ./configure --prefix=/opt/build --target=sh-elf --enable-languages=c
> --without-headers --with-newlib --disable-shared 2>&1 | tee configure.log
 
> I got the following error:
 
> In file included from embed-bb.c:40:
> ../../gcc-3.3-core/gcc/tsystem.h:72:19: stdio.h: No
> such file or directory

Looks like GCC can't find newlib's headers, but if you configured
--with-newlib, it expects to be able to find them.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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