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/13579] Error during the make of cross compiler


------- Additional Comments From kkrishna at cdotb dot ernet dot in  2004-01-06 07:45 -------
Hi!!

     I am downloaded the latest binutils and installed the same in my machine.
The installation has been done

according to the url 'http://www.xtrj.org/ppc/ppc15.htm'.

For this purpose I have downloaded the following packages:-

binutils-2.11.2  
gcc-3.1
gdb-5.3
newlib-1.9.0

 I am able to install the binutils -2.11.2 successfully according to the above
url. But when I run the

make for gcc-3.1 I am getting the following error:-

--------------------------------------------------------------------
  

mkdir libgcc/nof/le/und
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/tools/gnu_source/build-gcc/gcc/xgcc -B/tools/gnu_source/build-gcc/gcc/
-B/tools/compilers/powerpc-eabi/powerpc-eabi/bin/
-B/tools/compilers/powerpc-eabi/powerpc-eabi/lib/ -isystem
/tools/compilers/powerpc-eabi/powerpc-eabi/include -O2  -DIN_GCC
-DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -isystem ./include   -g  -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.1/gcc
-I../../gcc-3.1/gcc/. -I../../gcc-3.1/gcc/config -I../../gcc-3.1/gcc/../include 
-mrelocatable-lib -mno-eabi -mstrict-align -DL_muldi3 -c
../../gcc-3.1/gcc/libgcc2.c -o libgcc/./_muldi3.o
/var/tmp//ccBjv4Jg.s: Assembler messages:
/var/tmp//ccBjv4Jg.s:212: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:215: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:216: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:217: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:697: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:1688: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:1689: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:1724: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:1733: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:1794: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:142: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:149: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:154: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:159: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:164: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:169: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:174: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:179: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:184: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:189: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:194: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:199: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:204: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:73: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:74: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:2214: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:2222: Error: Relocation cannot be done when using
-mrelocatable
/var/tmp//ccBjv4Jg.s:2227: Error: Relocation cannot be done when using
-mrelocatable
make[2]: *** [libgcc/./_muldi3.o] Error 1
make[2]: Leaving directory `/tools/gnu_source/build-gcc/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/tools/gnu_source/build-gcc/gcc'
make: *** [all-gcc] Error 2

-------------------------------------------------------------------

     Please look into this problem and hope that u would guide us by providing
the respective

solution for the above problem.

                      Thanks in anticipation


							Regards,

							K.Krishna

-- 


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


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