Hey guys, what do you think of this: http://benoit.papillault.free.fr/notes/mk-cross-gcc
sounds promising -----Original Message----- From: lfs-dev-boun...@linuxfromscratch.org [mailto:lfs-dev-boun...@linuxfromscratch.org] On Behalf Of Paige Thompson Sent: Tuesday, November 20, 2012 9:48 AM To: 'LFS Developers Mailinglist' Subject: Re: [lfs-dev] $100 for helping me understand/fix this -----Original Message----- From: lfs-dev-boun...@linuxfromscratch.org [mailto:lfs-dev-boun...@linuxfromscratch.org] On Behalf Of Chris Staub Sent: Tuesday, November 20, 2012 12:08 AM To: LFS Developers Mailinglist Subject: Re: [lfs-dev] $100 for helping me understand/fix this On 11/20/2012 02:54 AM, Paige Thompson wrote: > On 11/20/2012 03:39 AM, Chris Staub wrote: >> On 11/19/2012 06:37 PM, Paige Thompson wrote: >>> https://github.com/paigeadele/erraticOS/blob/master/usr/src/binutils >>> -build/config.log >>> >>> I just need to understand why these files are being linked this way >>> and what I need to do to fix it: >>> >>> erratic@erratic-MacPro ~/erraticOS/tools/lib $ ldd libc.so.6 >>> >>> /home/erratic/erraticOS/tools/lib/ld-linux-x86-64.so.2 => >>> /lib64/ld-linux-x86-64.so.2 (0x00007f9036a27000) >>> >>> linux-vdso.so.1 => (0x00007fff8cff3000) >>> >>> erratic@erratic-MacPro ~/erraticOS/tools/lib $ >>> >>> here is the script: >>> >>> https://github.com/paigeadele/erraticOS/blob/master/usr/src/chef/coo >>> kbooks/erraticOS/recipes/toolchain-solo.rb >>> >>> the first link is where it is breaking (binutils-pass-2) >>> >>> Let me know how you want to get paid, thanks. I took another look at your config.log, and the first obvious thing I saw is that you don't seem to have set up the proper user environment, in particular the PATH. Start by creating the lfs user and using the .bash_profile and .bashrc given by the book. -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page Could you link me to the specific bash profile you are referring to? Please note I am expecting this to be with regards to the following documentation which I have followed to a t and as @Aleksandar recommended I verified the results are the same by running the compile commands directly from the shell-- same result. -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page