This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]