This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: I am NOT a C programmer, but I need gcc
- From: Alex Hornby <alex at anvil dot com>
- To: "Smith, Ralph N" <ralph dot n dot smith at pss dot Boeing dot com>
- Cc: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Date: 09 Jan 2003 09:38:46 +0000
- Subject: Re: I am NOT a C programmer, but I need gcc
- References: <D3E25A599AAC0A41821A038A814EB122012E9903@XCH-NW-05.nw.nos.boeing.com>
On Thu, 2003-01-09 at 02:08, Smith, Ralph N wrote:
> > Hi,
> >
> > I'm one of Boeing's minions simply trying to get Qualcom's qpopper
> > installed on an old HP box.
> > This box can only run 11.0 and it's a Precision Architecture level 1 chip.
> > (a model 715/100xc).
> >
> > You probably already know that the default HP C compiler isn't ANSI C.
> >
> > I don't see a gcc version for HPPA 1 and 11.0. Is there one?
> >
> > Many thanks.
> >
> > Ralph Smith
Hi Ralph,
If your company is a member of the HP developer support program (free to
sign up I think) then you can download the HP ansi C and C++ compilers
from http://www.hp.com/dspp
You could either use these directly, or use them to bootstrap GCC.
Cheers,
Alex.