This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

HOWTO set SIGIOT


I used this command to Configure GCC
mkdir -p /tmp/build/gcc
    cd /tmp/build/gcc
    /src/gcc/gcc-2.95.2/configure --target=arm-elf \
      --prefix=/tools \
      --exec-prefix=/tools/H-i686-pc-cygwin \
      --with-gnu-as --with-gnu-ld --with-newlib \
      -v 2>&1 | tee configure.out 


I used this command to Build and install GCC: 
    make -w all-gcc install-gcc \ 
      LANGUAGES="c c++" 2>&1 | tee make.out

but I got this following warning and error, please can
you tell me how to set SIGIOT (step-by-step). I used
AMD K6-2+ with windows98 Second Edition, cywin
recognizes this as i586-pc-cygwin.


> /src/gcc/gcc-2.95.2/gcc/real.c: In function
> `earith':
> /src/gcc/gcc-2.95.2/gcc/real.c:576: warning: passing
> arg 1 of `bcopy' from incompatible pointer type
> /src/gcc/gcc-2.95.2/gcc/real.c:576: warning: passing
> arg 2 of `bcopy' from incompatible pointer type
> .........................
> 
> MAKE="make"; srcdir=`cd
> /src/gcc/gcc-2.95.2/gcc/fixinc; pwd` ; \
> export MAKE srcdir ; \
> cd ./fixinc; /bin/sh ${srcdir}/mkfixinc.sh
> arm-unknown-elf
> constructing ../fixinc.sh for arm-unknown-elf
> make SHELL="/bin/sh" install
> make[2]: Entering directory
> `/tmp/build/gcc/gcc/fixinc'
> gcc -c -g   -I. -I..
> -I/src/gcc/gcc-2.95.2/gcc/fixinc
> -I/src/gcc/gcc-2.95.2/gcc/fixinc/..
> -I/src/gcc/gcc-2.95.2/gcc/fixinc/../config
> -I/src/gcc/gcc-2.95.2/gcc/fixinc/../../include
> /src/gcc/gcc-2.95.2/gcc/fixinc/fixincl.c
> /src/gcc/gcc-2.95.2/gcc/fixinc/fixincl.c: In
> function
> `initialize':
> /src/gcc/gcc-2.95.2/gcc/fixinc/fixincl.c:349:
> `SIGIOT'
> undeclared (first use in this function)
> /src/gcc/gcc-2.95.2/gcc/fixinc/fixincl.c:349: (Each
> undeclared identifier is reported only once
> /src/gcc/gcc-2.95.2/gcc/fixinc/fixincl.c:349: for
> each
> function it appears in.)
> make[2]: *** [fixincl.o] Error 1
> make[2]: Leaving directory
> `/tmp/build/gcc/gcc/fixinc'
> Could not install binary fixincludes.
> Installing shell script instead.
> .....


=====
Regards,
Piteir

__________________________________________________
Do You Yahoo!?
Spot the hottest trends in music, movies, and more.
http://buzz.yahoo.com/

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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