problem with gcc (g++)

From: Evon Liu - Sun BOS Software <Evon.Liu_at_nospam.org>
Date: Fri Apr 14 1995 - 11:31:52 PDT

Hi, There,

        I'm trying to cross-compile (gcc-cross was built on host
sparc-sun-sunos4.1.4, targeted for i386-vsta), it gives me:

--------
xxx.cc: Assembler messages:
xxx.cc:3: Error: Unknown pseudo-op: `.section'
xxx.cc:3: Error: Unknown pseudo-op: `.section'
-------

The problem is that "cc1plus" generates xxx.s file which contains
these two lines:
        .section .dtor
        .section .ctor
the assembler (as-cross) doesn't recognize the opcode ".section"..
 
Does anybody know how to resolve that?
 
Thanks,
 
-Evon
Received on Fri Apr 14 11:32:20 1995

This archive was generated by hypermail 2.1.8 : Thu Sep 22 2005 - 15:12:27 PDT