LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   LFS 6.3 .... 6.12.1. Installation of GCC make errors (https://www.linuxquestions.org/questions/linux-from-scratch-13/lfs-6-3-6-12-1-installation-of-gcc-make-errors-631375/)

Axo 03-28-2008 06:43 PM

LFS 6.3 .... 6.12.1. Installation of GCC make errors
 
Hey all,

This is my first attempt at LFS and its been a smooth ride until now, I've followed the book without deviation,

LFS version 6.3
Host: lfs livecd

Looks to me to be a time issue? I'm not sure, the final installation of glibc and binutils went fine.

Any help would be great.

Code:

HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \
        /bin/sh ../../gcc-4.1.2/gcc/mkconfig.sh tconfig.h
/sources/gcc-build/./gcc/xgcc -B/sources/gcc-build/./gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include -O2 -O2 -g -O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -I. -I. -I../../gcc-4.1.2/gcc -I../../gcc-4.1.2/gcc/. -I../../gcc-4.1.2/gcc/../include -I../../gcc-4.1.2/gcc/../libcpp/include  -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time  -fno-omit-frame-pointer \
          -c ../../gcc-4.1.2/gcc/crtstuff.c -DCRT_BEGIN \
          -o crtbegin.o
In file included from ../../gcc-4.1.2/gcc/crtstuff.c:68:
../../gcc-4.1.2/gcc/tsystem.h:90:19: error: stdio.h: No such file or directory
../../gcc-4.1.2/gcc/tsystem.h:93:23: error: sys/types.h: No such file or directory
../../gcc-4.1.2/gcc/tsystem.h:96:19: error: errno.h: No such file or directory
../../gcc-4.1.2/gcc/tsystem.h:103:20: error: string.h: No such file or directory
../../gcc-4.1.2/gcc/tsystem.h:104:20: error: stdlib.h: No such file or directory
../../gcc-4.1.2/gcc/tsystem.h:105:20: error: unistd.h: No such file or directory
In file included from /sources/gcc-build/./gcc/include/syslimits.h:7,
                from /sources/gcc-build/./gcc/include/limits.h:11,
                from ../../gcc-4.1.2/gcc/tsystem.h:108,
                from ../../gcc-4.1.2/gcc/crtstuff.c:68:
/sources/gcc-build/./gcc/include/limits.h:122:61: error: limits.h: No such file or directory
In file included from ../../gcc-4.1.2/gcc/crtstuff.c:68:
../../gcc-4.1.2/gcc/tsystem.h:111:18: error: time.h: No such file or directory
make[2]: *** [crtbegin.o] Error 1
make[2]: Leaving directory `/sources/gcc-build/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/sources/gcc-build'
make: *** [all] Error 2


Axo 03-28-2008 07:00 PM

Never mind, I think I found the problem, I used the same build dir as in pass2 DOH!

weibullguy 03-28-2008 07:47 PM

That'd do it. And FYI, it's not a time issue. All those missing headers are provided by glibc so it would have been a glibc issue.

Axo 03-28-2008 07:55 PM

Cheers, I'm building gcc again in a _new_ build dir, going to take some time to find out how it went, using and old Pent3 box for LFS.

Axo 03-29-2008 02:18 AM

Built and installed :)


All times are GMT -5. The time now is 06:24 AM.