Error in clfs-Sparc64 7.14. Setting Up the Environment

2005-11-26 Thread Frans Verstegen
From:Linux From Scratch - Version CLFS-SVN-20051126-Sparc64 Chapter 7. If You Are Going to Boot ... cat ${LFS}/root/.bash_profile EOF PS1='\u:\w\$ ' LC_ALL=POSIX PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin:/tools/sbin export LC_ALL PATH PS1 EOF ... By putting /tools/bin ahead of the standard

cross sparc64 kernel build, make or make image

2005-10-23 Thread Frans Verstegen
From the cross64 book we actually build the kernel as follows: make ARCH=sparc64 CROSS_COMPILE=${LFS_TARGET}- and then take the vmlinux kernel. Why don't we do a make ARCH=sparc64 CROSS_COMPILE=${LFS_TARGET}- image and then take the arch/sparc64/boot/image kernel ? In my case the vmlinux

sparc cross64 e2fsprogs lib64

2005-10-23 Thread Frans Verstegen
From the sparc cross64 book, chapter 7.2 there is a sed to make sure the shared libraries go in lib64. I suppose this is wrong for the 64-bit only architecture as we only use the lib directory. Frans

Re: sparc cross64 e2fsprogs lib64

2005-10-23 Thread Frans Verstegen
I'm following the Version 7.0-cross-lfs-20051019-Sparc64 book. With the 7.2 sed, the e2fsprogs libraries end up in lib64. For the Cross Pure 64 I suppose we want the libraries to be created in /lib not in /lib64 so we should omit the sed, don't we. Am I missing something ? Frans --- Jim

cross-sparc64 silo compile nit-pick

2005-10-10 Thread Frans Verstegen
In the silo installation the compile instruction is as follows: make CROSS_COMPILE=sparc64-unknown-linux-gnu- Couldn't/shouldn't this be written as : make CROSS_COMPILE=${LFS_TARGET}- as for the kernel ? Frans

cross sparc64 chapter 5 glibc tls required error with 20050930 version of book

2005-10-01 Thread Frans Verstegen
I'm afraid I'm overlooking something obvious, I still get the same error following the Version 7.0-cross-lfs-20050930-Sparc64 book. From configure: (...nothing suspicious before...) checking for long double... no checking size of long double... 0 running configure fragment for

cross sparc64 chapter 5 glibc tls required error

2005-10-01 Thread Frans Verstegen
Jim Gifford [EMAIL PROTECTED] a écrit dans le message de news: Looks like you forgot the Sparc TLS patch for glibc. Pretty sure not (though never sure), below the script I'm using with it's output: $ more *11.sh export PATH=/cross-tools/bin:/bin:/usr/bin export LC_ALL=POSIX unset CFLAGS unset

Re: cross sparc64 chapter 5 glibc tls required error with 20050930 version of book

2005-10-01 Thread Frans Verstegen
Jim Gifford [EMAIL PROTECTED] a écrit dans le message de news: Looks like you forgot the Sparc TLS patch for glibc. Pretty sure not (though never sure), below the script I'm using with it's output: $ more *11.sh export PATH=/cross-tools/bin:/bin:/usr/bin export LC_ALL=POSIX unset CFLAGS unset

cross sparc64 chapter 5 glibc tls required error

2005-09-30 Thread Frans Verstegen
cross sparc64 chapter 5 glibc tls error Following the Version 7.0-cross-lfs-20050928-Sparc64 book I stumble on the following error while building glibc: From configure: (...nothing suspicious before...) checking for long double... no checking size of long double... 0 running configure

broken link for Glibc TLS Patch in cross-sparc64

2005-09-27 Thread Frans Verstegen
Hello everyone The following link is broken in the cross-sparc64 and cross-sparc64-multilib books Glibc TLS Patch - 4 KB: http://www.linuxfromscratch.org/patches/downloads/glibc/glibc-20050919-sparc64_tls-1.patch Frans