Hello ppl,
I'm building the GNU toolchain for a= i386 platform, specifically , with my host machine being PIII(i686)
As far as I know, I have to first build binutils, then the bootstrap= gcc and then glibc.
My binutils is successfully installed. Fo= r my bootsrap compiler my ./configure is successfull with the following par= ameters --without-headers --with-newlib --enable-languages=c
= However, Im getting erros while "make" ing .
I pe= rsonally think that its a version mismatch problem bretween gcc, binu= tis and glibc.
I'e been googling for the past two days and have tried= with lots of different versions.
Has anyone actually compiled= a GNU toolchain for an i386 paltform? If so, would you guys mind telling m= e the EXACT versions and patches for gcc, glibc and binutils?
= Thanks,
Raseel.
[1] [ads.redif=]
References
1. file://localhost/tmp/3D"http
On 25 Jun 2004 05:37:33 -0000, Raseel Bhagat raseelbhagat@rediffmail.com wrote:
I'm building the GNU toolchain for a= i386 platform, specifically , with my host machine being PIII(i686)
However, Im getting erros while "make" ing .
Has anyone actually compiled= a GNU toolchain for an i386 paltform? If so, would you guys mind telling m= e the EXACT versions and patches for gcc, glibc and binutils?
[snip]
One thing i can definitely recommend is looking up the ebuild script for the same on gentoo cvs. They are plain text and very easy to follow. If that is difficult try reading up on LFS which would give you the exact steps.
C