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]

gcc 2.95.2 and RS6000


Hi all,
 
I trie'd to build gcc 2.95.2 on our RS 6000. Configure runs with "--host rs600 --target rs6000". The problem is tinfo.cc, it fails with following messages:
 
        ./xgcc -B/usr/local/rs6000/bin/ -B./ -I/usr/local/rs6000/include -O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED     -I. -I.. -I../config -I../../include  -c ../cp/tinfo.cc
Assembler:
/tmp/ccZQVwzw.s: line 760: Instruction nabs is not implemented in the current assembly mode COM.
/tmp/ccZQVwzw.s: line 1342: undefined symbol "_vt.9exception"
/tmp/ccZQVwzw.s: line 1342: illegal expression
/tmp/ccZQVwzw.s: line 1418: undefined symbol "_vt.9exception"
/tmp/ccZQVwzw.s: line 1418: illegal expression
/tmp/ccZQVwzw.s: line 1507: undefined symbol "_vt.9exception"
/tmp/ccZQVwzw.s: line 1507: illegal expression
/tmp/ccZQVwzw.s: line 1583: undefined symbol "_vt.9exception"
/tmp/ccZQVwzw.s: line 1583: illegal expression 
 
I can't find the problem, can you help me?
 
U.Hackbarth
CADBAS GmbH
Kruppstraße 86
45145 Essen
Germany
 
Tel.:  (0)49 / (0)201 247230
Fax:  (0)49 / (0)201 2472350
 
Internet: http://www.cadbas.de

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