>On Feb 13, 2014, at 6:59 AM, Sela Selah wrote:
>
>> After I exchange the inconsist branches, all things work fine.
>
>What is incosistent. THe only branches we have are systemd, and our current
master for our CLFS 2.2 release.
>
>What is the poblem? You also don't s
In chapter 6.10, after modify the Makefile by sed:
If xxxLIBS & xxxINC = /tools/, make will results the header error.
If xxxLIBS & xxxINC = /cross-tools/, make will results the wrong lib format
error.
Only xxxLIBS = /tools/ && xxxINC=/cross-tools/, the compiling could
complete.
This issue I had
>During my test build with mips64-64 yesterday I didn't encounter that issue.
>I have pushed the changes for eglibc, gcc-static, and gcc-final for mips64-64.
>What is in the book is what gave a successful build up to chroot. So the
>cross-tools and tools section built without error. It was a def
I follow the development 2.x version to do my CLFS on mips64el.
This bug maybe also appear in the stable 2.1 version (even in others port).
In chapter 5.16. Cross GCC-4.8.2 - Static
The configure option code:
AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
../gcc-4.8.2/configure --prefix=/c