This is the mail archive of the gcc-help@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]

about gcc-3.1


Hello,

I have a question regarding gcc-3.1. Could you answer ?
I installed gcc-3.1 and would use it for 64bits version of VCS(Synopsys HDL simulator)
But there is a error message and that stopped.

--------------------
gcc -O -D__svr4__ -xarch=v9 /tmp/v100265NrI_d.o /tmp/v100265NrIB_d.o /tmp/v10026DZaT_1_d.o \
/tmp/v10026SIM_l.o -lnsl -lsocket -ldl
/netfas6/users/sogane/tools/synopsys/vcs6.1_64/sun_sparc_solaris_5.7_64/lib/libvcs.a \
-lm -lc -o simv.max
gcc: language arch=v9 not recognized
gcc: language arch=v9 not recognized
gcc: language arch=v9 not recognized
gcc: language arch=v9 not recognized
gcc: language arch=v9 not recognized
ld: fatal: file /tmp/v100265NrI_d.o: wrong ELF class: ELFCLASS64
ld: fatal: File processing errors. No output written to simv.max
collect2: ld returned 1 exit status
--------------------

What does mean this message : "gcc: language arch=v9 not recognized" ?
And how can I resolve this problem ?


Config. when installed is as follows.

> gcc -v
Reading specs from /netfas6/users/sogane/tools/lib/gcc-lib/sparc-sun-solaris2.7/3.1/specs
Configured with:
../configure --prefix=/netfas6/users/sogane/tools --exec-prefix=/netfas6/users/sogane/tools

Regards,
-----------------------------------
 Shoji Ogane
  E-MAIL : Shoji_Ogane@el.nec.com
-----------------------------------

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