Re: Binutils (Pass 2)

2010-08-21 Thread Bruce Dubbs
Hamish West wrote: > I do copy and paste, I never type unless it is make or make install If you want help, do what William said. Don't top post. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above i

Re: Binutils (Pass 2)

2010-08-21 Thread Hamish West
I do copy and paste, I never type unless it is make or make install From: William Immendorf To: LFS Support List Sent: Sun, 22 August, 2010 1:54:57 PM Subject: Re: Binutils (Pass 2) On Sat, Aug 21, 2010 at 10:55 PM, William Immendorf wrote: > Maybe you should

Re: Binutils (Pass 2)

2010-08-21 Thread William Immendorf
On Sat, Aug 21, 2010 at 10:55 PM, William Immendorf wrote: > Maybe you should just start from scratch again and this time try to > use the copy-and-paste the instructions in instead of panstakingly > typing them in. s/panstakingly/painstakingly Additionally, don't top post. -- William Immendorf

Re: Binutils (Pass 2)

2010-08-21 Thread Bruce Dubbs
Hamish West wrote: > No-go, Again, Here is the binutils build: Run the script in section vii, Host Requirements. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Binutils (Pass 2)

2010-08-21 Thread William Immendorf
On Sat, Aug 21, 2010 at 10:24 PM, Hamish West wrote: > No-go, Again, Here is the binutils build: > l...@hamish-laptop:/mnt/lfs/sources/binutils-build$ CC="$LFS_TGT-gcc > -B/tools/lib/" \ >>    AR=$LFS_TGT-ar RANLIB=$LFS_TGT-ranlib \ >>    ../binutils-2.20.1/configure --prefix=/tools \ >>    --disa

Re: Binutils (Pass 2)

2010-08-21 Thread Hamish West
No-go, Again, Here is the binutils build: l...@hamish-laptop:/mnt/lfs/sources/binutils-build$ CC="$LFS_TGT-gcc -B/tools/lib/" \ >AR=$LFS_TGT-ar RANLIB=$LFS_TGT-ranlib \ >../binutils-2.20.1/configure --prefix=/tools \ >--disable-nls --with-lib-path=/tools/lib checking build system type

Re: Binutils (Pass 2)

2010-08-21 Thread Hamish West
I have re-done the ./~BASHRC file, and now I get l...@hamish-laptop:~$ echo $LFS_TGT i686-lfs-linux-gnu I will try binutils again From: William Immendorf To: LFS Support List Sent: Sun, 22 August, 2010 12:07:41 PM Subject: Re: Binutils (Pass 2) On Sat, Aug 21

Re: Binutils (Pass 2)

2010-08-21 Thread Hamish West
Hi, Thanks for the reply, I did the 'echo $LFS_TGT' and got nothing, so I sourced .bashrc, and then tried the echo again and got nothing, this is the contents of .bashrc: set +h umask 022 LFS=/mnt/lfs LC_ALL=POSIX PATH=/tools/bin:/bin:/usr/bin export LFS LC_ALL PATH __

Re: Binutils (Pass 2)

2010-08-21 Thread William Immendorf
On Sat, Aug 21, 2010 at 8:51 PM, Hamish West wrote: > configure:2523: checking for gawk > configure:2553: result: no > configure:2523: checking for mawk > configure:2539: found /usr/bin/mawk > configure:2550: result: mawk Well, you have mawk instead of gawk, yet (presumablly) glibc compiled. I gue

Binutils (Pass 2)

2010-08-21 Thread Hamish West
Hi, Me Again :( Me error this time is in binutils Pass 2, Chapter 5.9. Me Terminal printout is: l...@hamish-laptop:/mnt/lfs/sources/binutils-build$ CC="$LFS_TGT-gcc -B/tools/lib/" \ >AR=$LFS_TGT-ar RANLIB=$LFS_TGT-ranlib \ >../binutils-2.20.1/configure --prefix=/tools \ >--disable-nls

Re: Linux-2.6.35.2 API Headers

2010-08-21 Thread Hamish West
I do, I copy each command, I obviously missed one, thanks for your help From: Andrew Benton To: lfs-support@linuxfromscratch.org Sent: Sat, 21 August, 2010 7:19:14 PM Subject: Re: Linux-2.6.35.2 API Headers On 21/08/10 09:56, Hamish West wrote: > Hi, > I am usi

Re: Linux-2.6.35.2 API Headers

2010-08-21 Thread Andrew Benton
On 21/08/10 09:56, Hamish West wrote: > Hi, > I am using book version: SVN-20100817 > Host: Ubuntu 9.10 32-bit > I am making the Linux API Headers for the toolchain, 'make mrproper' > runs fine, so does 'make header_check' but not the 'CP' command. > Any help is really appreciated. > Thanks, > Hami

Linux-2.6.35.2 API Headers

2010-08-21 Thread Hamish West
Hi, I am using book version: SVN-20100817 Host: Ubuntu 9.10 32-bit I am making the Linux API Headers for the toolchain, 'make mrproper' runs fine, so does 'make header_check' but not the 'CP' command. Any help is really appreciated. Thanks, Hamish. TERMINAL PRINTOUT l...@h