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]

libgcc2.c error


hello,

while,cross compiling,building the bootstrap compiler
I get the following error:

../../gcc-2.95.3/gcc/libgcc2.c: In function
`__muldi3':
../../gcc-2.95.3/gcc/libgcc2.c:300: `BITS_PER_UNIT'
undeclared (first use in this function)
../../gcc-2.95.3/gcc/libgcc2.c:300: (Each undeclared
identifier is reported only once
../../gcc-2.95.3/gcc/libgcc2.c:300: for each function
it appears in.)
../../gcc-2.95.3/gcc/libgcc2.c:300: Internal compiler
error in `do_jump_for_compare', at expr.c:11274


and I have declared the BITS_PER_UNIT macro in the
header file. Can unavailability of cross assemblers
and linkers be causing this problem?

regards,
danish


__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/


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