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]

gcc-3.0.3 problems on IA64


Has anybody had success with gcc-3.0.3 on ia64-linux-gnu?

I have the following problem:
in /usr/local/bld/ia64_linux24/g/gcc-3.0.3/ia64-unknown-linux-gnu/libstdc++-v3/libsupc++
compiling eh_exception.c gets assembler errors
/tmp/ccAoYvn6.s: Assembler messages:
/tmp/ccAoYvn6.s:348: Error: Unknown opcode `data16.ua @iplt(_ZNSt13bad_exceptionD1Ev#)'
/tmp/ccAoYvn6.s:349: Error: Unknown opcode `data16.ua @iplt(_ZNSt13bad_exceptionD0Ev#)'
/tmp/ccAoYvn6.s:350: Error: Unknown opcode `data16.ua @iplt(_ZNKSt9exception4whatEv#)'
/tmp/ccAoYvn6.s:360: Error: Unknown opcode `data16.ua @iplt(_ZNSt9exceptionD1Ev#)'
/tmp/ccAoYvn6.s:361: Error: Unknown opcode `data16.ua @iplt(_ZNSt9exceptionD0Ev#)'
/tmp/ccAoYvn6.s:362: Error: Unknown opcode `data16.ua @iplt(_ZNKSt9exception4whatEv#)'

I have initially tried with the default assembler
(GNU assembler version 2.10.91 (ia64-redhat-linux) using BFD version 2.10.91.0.2)
but the same happens with the newer
(GNU assembler version 2.11.2 (ia64-unknown-linux-gnu) using BFD version 2.11.2)

Any ideas?

-r2r-


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