This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

Re: canadian cross problems


On Jan  4, 2001, Axel Kittenberger <Anshil@gmx.net> wrote:

> After some quarrals I finally managed to make my native(linux)->mingw
> compiler. (I'm using 2.95.2-1)

> Tring to cross compile the mingw->powerpc the make file stops in /gcc/gcc
> with

How did you configure this Canadian cross?  Did you specify all of
--build, --host and --target?  If you miss any of these, configure
will not realize it's a Canadian cross and will fail to enable the use
of a native compiler to compile programs that are supposed to run on
the build machine.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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