Hi , I want to compile the Gcc source code with my own arm compiler.For that i did two things : 1.Changed the CC environment variable to armcc(arm compiler) 2.During configuration i am specifying host=arm-*-coff.But it is not working. It is giving error as bad value -mcpu=swith (pentiumbro). How to change this ? What are the option do i need to specify while configuring ? Thanks, Venkat. On 4/5/05, corey taylor <corey.taylor@xxxxxxxxx> wrote: > There's no need to compile GCC with a different compiler in windows. > You can download and start with a perfectly working version. > Compiling a proper gcc for Mingw32 requires a lot of patching and > extra setup anyway. > > I don't know if MSVC compiling of GCC is even possible -- anyone? > > corey > > On Apr 5, 2005 1:35 AM, Venkat Narayana <venkatnarayana.k@xxxxxxxxx> wrote: > > Hi, > > > > I want to compile the gcc compiler with other compiler in windows OS. > > Could you please let me know the step by step procedure to do this ? > > > > Many Thanks, > > Venkat. > > >