PB when compile crossgcc for arm-linux
root
Bertrand.Rivet@crans.ens-cachan.fr
Fri Jul 7 15:21:00 GMT 2000
When I compile gcc-2.95.1 I have the following error:
jump.c:2550: number of qrguments doesn't match prototype
jump.c:118: prototype declaration
make[1]: *** [jump.o] Error 1
make[1]: Leaving directory `/usr/src/gcc-2.95.1/gcc'
make: *** [all-gcc] Error 2
Effectively, the fonction duplicate_loop_exit_test was declare as
static int duplicate_loop_exit_test PROTO ((rtx))
; (line 118)
but used as
static int
duplicate_loop_exit_test (loop_start, after_regscan)
rtx loop_start ;
int after_regscan ;
I don't know how to modify this....
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com
More information about the crossgcc
mailing list