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

See the CrossGCC FAQ for lots more infromation.


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

PB when compile crossgcc for arm-linux


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


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