Subject: Re: Problems building top and xosview packages with UVM current
To: Mark Brinicombe <mark@causality.com>
From: Mike Pumford <mpumford@black-star.demon.co.uk>
List: port-arm32
Date: 06/08/1998 01:26:24
On Mon, 8 Jun 1998, Mark Brinicombe wrote:

> Just tried build xosview and that also seems happy.
>
Ah I got xosview to build but running it faults almost immediately with an
Illegal instruction. I noticed while it was building that it was C++ so I
tried a hello world program

#include<iostream.h>

int main(void)
{
    cout << "Hello World\n";
    return 0;
}

This stoped with a Segmentation fault apparently in the startup code.

Are there any patches to make C++ work for NetBSD/arm32 that are not part
of the current sources. I have already patched ld, rtld and libgcc to make
things build and work correctly.

Thanks 

Mike