This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: g++
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- To: Tom Fetterer <tomf at vexcel dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 14 Jan 2002 17:34:08 +0100 (CET)
- Subject: Re: g++
On Mon, 14 Jan 2002, Tom Fetterer wrote:
> I have installed the g++ v3.0.3 compiler on a Sun ultra 5 running
> SunOS 5.8 and am having trouble convincing the assembler to use
> the assembly code produced. The errors I've been getting are like
> this:
>
> /usr/ccs/bin/as: "/var/tmp/ccCJvg3c.s", line 1463: error: unknown
> opcode ".uleb128"
>
>
> A couple of quick questions:
>
> 1. what version of "as" (the Sun assembler) does g++ expect?
nunki[43]:~% as -V
as: Sun WorkShop 6 99/08/18
...works fine for me. (If you have an older version, it's probably
time to install Sun's Recommended Patches for your system.)
> 2. is there a way of specifying the assembler that the compiler
> should call or what instruction set to use?
http://gcc.gnu.org/install/configure.html should answer the first
part of this question.
Gerald
--
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/