Re: [Clfs-support] build error because gcc configure option is misplaced

2014-01-22 Thread William Harrington
On Jan 22, 2014, at 6:47 AM, Sela Selah wrote: If follow the wrong configure, the build of gcc will not create newlib but try to use the header of eglibc, results error like this: Some/path/i/forgot/tsystem.h: fatal error: stdio.h no such file or directory. Also EGLIBC has issues. Had to

Re: [Clfs-support] build error because gcc configure option is misplaced

2014-01-22 Thread William Harrington
On Jan 22, 2014, at 6:47 AM, Sela Selah wrote: Should place into the chapter “5.18. Cross GCC-4.8.2 - Final”, and vice versa. If follow the wrong configure, the build of gcc will not create newlib but try to use the header of eglibc, results error like this: Some/path/i/forgot/tsystem.h: f

[Clfs-support] build error because gcc configure option is misplaced

2014-01-22 Thread Sela Selah
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