Subject: Re: mips compiler error?
To: Gilad Rom <gilad@romat.com>
From: Perry E.Metzger <perry@piermont.com>
List: port-evbmips
Date: 11/09/2003 07:25:16
"Gilad Rom" <gilad@romat.com> writes:
> I have successfully cross-built NetBSD using the build.sh script
> for my target board, which features the AMD Au1100 MIPS CPU.
>
> Now, when I try compiling anything bigger than "Hello, World!" on
> my target board, I get an internal compiler error, and a segmentation
> fault (The line number in the source file seems to be a random one).
>
> Is it even possible to run GCC on that board, or am I simply
> trying in vain?

Sounds like either a hardware problem, or an OS bug. Certainly there
is no theoretical reason why you should not be able to compile on the
board if you can cross compile for it.

Perry