This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: Files missing and parse errors - toolchain?


Rowan Potgieter wrote:
> net.c:12:19: stdio.h: No such file or directory
> net.c:13:20: unistd.h: No such file or directory
> net.c:14:20: stdlib.h: No such file or directory
> net.c:15:22: sys/stat.h: No such file or directory
> net.c:16:23: sys/types.h: No such file or directory
> net.c:17:22: sys/wait.h: No such file or directory
> net.c:18:22: sys/time.h: No such file or directory
> net.c:19:20: dirent.h: No such file or directory
> net.c:20:19: errno.h: No such file or directory
> net.c:21:21: termios.h: No such file or directory
> net.c:22:20: string.h: No such file or directory
> net.c:23:23: sys/ioctl.h: No such file or directory
> net.c:25:19: fcntl.h: No such file or directory
> net.c:34:24: sys/socket.h: No such file or directory

You're missing glibc headers.  Did you install glibc correctly?


--
For unsubscribe information see http://sourceware.org/lists.html#faq


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