Error making a cross-compiler

DJ Delorie dj@redhat.com
Thu Feb 16 14:11:00 GMT 2006


> cc1: error: ../include/sys/version.h: No such file or directory
> 
> 	What I'm doing wrong?. Where should I get the missing header files?.

This is a header that comes with DJGPP's library.  Like most cross
compilers, you have to install part of the runtime package (usually at
least the headers) before you can build gcc's runtime library.



More information about the Gcc mailing list