[lfs-support] binutils 2.24 Pass-2 (Section 5.9 version 7.5)

2014-04-18 Thread Mcgroder, James
Discovered the variable CC was set incorrectly for my second pass binutils build. I assume I can simply re-execute the build with the correct setting(s) or are there things I should physically delete 1st? And if just a re-build is OK, is this true in general? My mistake was keying the TGT

Re: [lfs-support] binutils 2.24 Pass-2 (Section 5.9 version 7.5)

2014-04-18 Thread Bruce Dubbs
Mcgroder, James wrote: Discovered the variable CC was set incorrectly for my second pass binutils build. I assume I can simply re-execute the build with the correct setting(s) or are there things I should physically delete 1st? And if just a re-build is OK, is this true in general? My

Re: [lfs-support] binutils 2.24 Pass-2 (Section 5.9 version 7.5)

2014-04-18 Thread Mcgroder, James
Mcgroder, James wrote: Discovered the variable CC was set incorrectly for my second pass binutils build can I simply re-execute the build with the correct setting(s)? Bruce Dubbs wrote: As early as you are in Chapter 5, I'd recommend restarting that chapter. Be sure to delete any

[lfs-support] error when trying to cross compile glibc-2.19

2014-04-18 Thread marian
Hi, I am getting the following error trying to build LFS 5.7 x86_64-unknown-linux-gnu-gcc -D_RPC_THREAD_SAFE_ -D_GNU_SOURCE -DIS_IN_build -include /home/marian/kits/crosstool-0.43/build/x86_64-unknown-linux-gnu/glibc-build/config.h rpc_main.c \ -o

Re: [lfs-support] error when trying to cross compile glibc-2.19

2014-04-18 Thread Ken Moffat
On Fri, Apr 18, 2014 at 10:37:48PM +0300, mar...@byteanywhere.com wrote: Hi, I am getting the following error trying to build LFS 5.7 For anybody confused by '5.7', that is section 5.7 not the LFS version ;-) With glibc-2.19 you are either using LFS-7.5 or a recent version of the

Re: [lfs-support] error when trying to cross compile glibc-2.19

2014-04-18 Thread William Harrington
On Apr 18, 2014, at 2:37 PM, mar...@byteanywhere.com wrote: /home/marian/kits/crosstool-0.43/build/x86_64-unknown-linux-gnu/ glibc-build/sunrpc/cross-rpc_main.o -MMD -MP -MF /home/marian/kits/crosstool-0.43/build/x86_64-unknown-linux-gnu/ glibc-build/sunrpc/cross-rpc_main.o.dt -MT

Re: [lfs-support] error when trying to cross compile glibc-2.19

2014-04-18 Thread marian
Hi Thanks all for the replays. I am trying to create a cross compiler using the steps for building LFS when the temporary tools are build. Those steps should allow me to use the cross compiler, but obviously i am not doing something correctly. I just used the path from cross-tools