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


I am facing some problem while installing the Cross Compiler GCC
for PowerPC eabi.

The following are the details of the environment:-

Operating System : Sun Solaris

Version : 2.8

Cross Compiler for :- MPC 8260 Power PC with eabi option

The following is the error I am getting while making the 'make'


Configuring GCC 3.1 cross comiler for PowerPC (powerpc-eabi) for Sun-Solaris 2.8 
------------------------------------------------------------------------------------

../gcc-3.1/configure --prefix=/usr/local/powerpc-eabi
--target=powerpc-eabi



During Make I am getting the following error:-
----------------------------------------------
f [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/tools/gccinstall/gcc/xgcc -B/tools/gccinstall/gcc/
-B/usr/local/powerpc-eabi/powerpc-eabi/bin/
-B/usr/local/powerpc-eabi/powerpc-eabi/lib/ -isystem
/usr/local/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
as: error: unknown option 'p'
as: error: unknown option 'p'
as: error: unknown option 'e'
as: error: unknown option 'l'
usage: as [-V] [-Q{y,n}] [-f[O][if]#] [-q] [-s]
          [-S] [-K {pic,PIC}] [-o objfile] [-L] [-T]
          [-P [[-Ipath] [-Dname] [-Dname=def] [-Uname]]...]
          [-m [-Ym,path]] [-n] [-xF] [-xarch=v7] [-xarch=v8] [-xarch=v8a]
[-xarch=v8plus] [-xarch=v8plusa] [-xarch=v8plusb]  [-xarch=v9]
[-xarch=v9a] [-xarch=v9b]  [-xcode={pic13,pic32}] file.s...
*** Error code 1
make: Fatal error: Command failed for target `libgcc/_muldi3.o'
Current working directory /tools/gccinstall/gcc
*** Error code 1
make: Fatal error: Command failed for target `stmp-multilib'
Current working directory /tools/gccinstall/gcc
*** Error code 1
make: Fatal error: Command failed for target `all-gcc'


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

Is this parameters for configuring are Ok. What should I do

to overcome this fatal error problem.


        Hope u would help us in solving the above problem and

to make efficent use of the GNU GCC for our product development

Regards,
K.Krishna

-- 
           Summary: Error during the make of cross compiler
           Product: gcc
           Version: 3.1
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kkrishna at cdotb dot ernet dot in
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: Sun-Solaris 2.8
GCC target triplet: GCC Cross Compiler for PowerPC (powerpc-eabi)


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]