its something like this, we are going to support our product for pa-risc. But we have a itanium processor. so is the reason i have installed the gcc for pa-risc. When i used the ld file that is present with the itanium the actual error was
ld: Mismatched ABI (not an ELF file) for -lgcc, found /pa-risc-gcc332/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.3.2/libgcc.a
Fatal error.
collect2: ld returned 1 exit status
then i have replace the ld file with that of the pa-risc ld file. then i am facing the mentioned problem. The thing is it doesnt give any clue other than "collect2: ld returned 1 exit status".
thanks in advance