Files missing and parse errors - toolchain?

Dimitry Andric dimitry@andric.com
Mon Aug 14 09:05:00 GMT 2006


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



More information about the crossgcc mailing list