Re: Proper way to build GNAT cross compiler with gnattools

2011-02-02 Thread Eric Botcazou
> Can you point me at least to the section which explains this? http://gcc.gnu.org/install/build.html -- Eric Botcazou

Re: Proper way to build GNAT cross compiler with gnattools

2011-02-01 Thread Luke A. Guest
On Tue, 2011-02-01 at 18:57 +0100, Arnaud Charlet wrote: > > I'm trying (again) to work out how to build a GNAT cross compiler with > > no runtime, but with the tools. > > As explained in the documentation, you need to first build a native GNAT > compiler with the same sources before building a GN

Re: Proper way to build GNAT cross compiler with gnattools

2011-02-01 Thread Arnaud Charlet
> I'm trying (again) to work out how to build a GNAT cross compiler with > no runtime, but with the tools. As explained in the documentation, you need to first build a native GNAT compiler with the same sources before building a GNAT cross compiler. Arno