Subject: Re: mipseb cross compiler problems on Alpha?
To: Michael Engel <engel@informatik.uni-siegen.de>
From: Michael L. Hitch <mhitch@lightning.msu.montana.edu>
List: port-mips
Date: 11/09/2001 14:53:42
On Fri, 9 Nov 2001, Michael Engel wrote:
> exhausted" error message when cross-compiling
>
> usr/src/sys/lib/libkern/sha1.c
>
> Increasing swap space to 1 GB did not change this behaviour.
>
> Compiling a native Alpha kernel works fine so I suspect there is
> a problem with the mipseb cross toolchain.
>
> Does anyone know a solution to this problem?
A quick and dirty workaround would be to replace the two
"#ifdef __sparc64__" statements with "#if 1". That breaks up
the code to where the cross compiler will work.
--
Michael L. Hitch mhitch@montana.edu
Computer Consultant
Information Technology Center
Montana State University Bozeman, MT USA