This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: error building gcc , (simulators and targets...)


On Thu, Jan 16, 2003 at 03:18:15PM +0100, msarasa@fh-konstanz.de wrote:
> Zitat von Daniel Jacobowitz <drow@mvista.com>:
> 
> > On Thu, Jan 16, 2003 at 01:55:02PM +0100, msarasa@fh-konstanz.de wrote:
> > > I made four directories for building Binutils , GCC , Newlib and Gdb , in
> > this 
> > > order.
> > > They're called:
> > > build-gcc
> > > build-binutils
> > > build-newlib
> > > build-gdb
> > > 
> > > I made also a folder h8300-elf-gnu to install there.
> > > 
> > > Sources are contained in miguel/gnu
> > > 
> > > I made
> > > cd build-newlib
> > > ../gnu/binutils/configure --prefix=/h8300-elf-gnu --target=h8300-elf
> > > 
> > > There's no error message with this , but then I do 
> > 
> > Same problem.  Try
> > 
> >  ../gnu/configure --prefix=/h8300-elf-gnu --target=h8300-elf
> > 
> 
> this wouldn't configure not only binutils but the whole gnu? I've made that , 
> and seems like the configuration for all the stuff... 
> Or , should I do this instead of one configure than one make for binutils , 
> that for gcc... Is this the way to configure and Install gnu in one step?

Yes, you configure everything at once.  Then you can just say "make".

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]