How can I put gcc on NCR MP-RAS with no ncr compiler?

Mike Stump mrs@apple.com
Wed Oct 18 02:15:00 GMT 2006


On Oct 17, 2006, at 3:12 PM, Saul Krasny wrote:
> I need to put up a cc development environment on an MCR SVR4 MP RAS  
> unix. The machines I have don't have any c compiler except the  
> hidden one the os build uses.
>
> How can I go about this?

Build a cross compiler.  See the web site on how to build one.  This  
assumes that the software you're interested in building has been  
ported.  If not, first, port the software, then build it.  Once you  
have a cross compiler, then just build up gcc, install it, copy the  
binaries over, and presto, you then have a native build system on your  
box.

> Is there a place to download a prebuilt version. (What else will I  
> need? for example make)

Nope, not that we know of.  You'd need to venture someplace that has  
software for your box to find binaries.  Google might be able to find  
a binary for you, ask him.



More information about the Gcc mailing list