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]

c/3910: The building of the C compiler for Cross configuration powerpc-ibm-linux



>Number:         3910
>Category:       c
>Synopsis:       The building of the C compiler for Cross configuration powerpc-ibm-linux
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 01 08:06:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     mustafa@il.ibm.com
>Release:        gcc 3.0
>Organization:
>Environment:
RedHat 7.0 release 2.2.16-22.c4eb, for i686
>Description:
I did not succeed to build gcc for the configuration of powerpc-ibm-linux under linux i686. the configuration succeeds but the building fail.
>How-To-Repeat:
I ran the following configure line:
$> gccsrcdir/configure --target=powerpc-ibm-linux --prefix=/home/mustafa/usr/local
then I tried to build GCC by the following line:
$>make LANGUAGES=c 
I get the following error message:

make[2]: Entering directory `/afs/haifa.ibm.com/home/mustafa/GCCs/Cross3pc/gcc'
for d in libgcc nof libgcc/nof; do \
  if [ -d $d ]; then true; else mkdir $d; fi \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/afs/haifa/home/mustafa/GCCs/Cross3pc/gcc/xgcc -B/afs/haifa/home/mustafa/GCCs/Cross3pc/gcc/ -B/afs/haifa/home/mustafa/GCCs/usr/local//powerpc-
ibm-linux/bin/ -B/afs/haifa/home/mustafa/GCCs/usr/local//powerpc-ibm-linux/lib/ -isystem /afs/haifa/home/mustafa/GCCs/usr/local//powerpc-ibm-l
inux/include -O2  -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1 
 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc
-3.0/gcc/../include  -fPIC -mstrict-align -DL_muldi3 -c ../../gcc-3.0/gcc/libgcc2.c -o libgcc/./_muldi3.o
In file included from tm.h:6,
                 from ../../gcc-3.0/gcc/config/rs6000/xm-sysv4.h:35,
                 from tconfig.h:3,
                 from ../../gcc-3.0/gcc/libgcc2.c:36:
../../gcc-3.0/gcc/config/rs6000/linux.h:81:20: signal.h: No such file or directory
../../gcc-3.0/gcc/config/rs6000/linux.h:82:26: sys/ucontext.h: No such file or directory
make[2]: *** [libgcc/./_muldi3.o] Error 1
make[2]: Leaving directory `/afs/haifa.ibm.com/home/mustafa/GCCs/Cross3pc/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/afs/haifa.ibm.com/home/mustafa/GCCs/Cross3pc/gcc'
make: *** [all-gcc] Error 2
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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