gcc compiling problems on Solaris 5.8

Phil Edwards phil@jaj.com
Tue Mar 26 13:35:00 GMT 2002


On Tue, Mar 26, 2002 at 04:03:49PM -0600, Limin Zhao wrote:
> =========================
> >gcc junk.C
> /usr/ccs/bin/as: "/var/tmp/ccodwVeJ.s", line 2522: error: statement
> syntax
> /usr/ccs/bin/as: "/var/tmp/ccodwVeJ.s", line 2531: error: unknown opcode
> ".uleb128"
> =========================

The error messages are clearly coming from /usr/ccs/bin/as, which your
system administrator should understand as being the Sun native assembler
from the SUNWprot package, not the third-party GCC compiler.

You can either install the GNU binutils package, or rebuild GCC and
specify exactly which assembler you're using, or just read the installation
instructions which covers all this.


Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams



More information about the Gcc mailing list