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

[Bug target/16627] "Unrecognized opcode" error while building cross compiler for powerpc


------- Additional Comments From gkyla at central dot ntua dot gr  2004-07-20 09:15 -------
Unfortunately, the problem remains with binutils-2.15. Specifically, I have 
tried with binutils versions 2.15, 2.15.90.0.3 and 2.15.91.0.1 (always using 
the same configure and build commands) and they all show the same error at the 
same place as my initial post. I paste it here as well for completeness: 
 
/home/cross/gcc-3.4-aix/gcc/xgcc -B/home/cross/gcc-3.4-aix/gcc/ 
-B/usr/local/powerpc-ibm-aix4.3.2.0/bin/ 
-B/usr/local/powerpc-ibm-aix4.3.2.0/lib/ 
-isystem /usr/local/powerpc-ibm-aix4.3.2.0/include 
-isystem /usr/local/powerpc-ibm-aix4.3.2.0/sys-include -O2  -DIN_GCC 
-DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g 
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. 
-I. -I../../gcc-3.4.1/gcc -I../../gcc-3.4.1/gcc/. 
-I../../gcc-3.4.1/gcc/../include   -mcpu=power -DL_divdi3 
-c ../../gcc-3.4.1/gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o 
libgcc/power/_divdi3.o 
/tmp/ccbssRup.s: Assembler messages: 
/tmp/ccbssRup.s:509: Error: Unrecognized opcode: `mfcr' 
make[2]: *** [libgcc/power/_divdi3.o] Error 1 
make[2]: Leaving directory `/home/cross/gcc-3.4-aix/gcc' 
make[1]: *** [stmp-multilib] Error 2 
make[1]: Leaving directory `/home/cross/gcc-3.4-aix/gcc' 
make: *** [all-gcc] Error 2 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16627


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