On Fri, Sep 03, 1999 at 05:17:28PM -0700, Dan Jakubiec wrote:
> ../../gcc-2.95.1/gcc/libgcc2.c -o ${name}.o; \
> if [ $? -eq 0 ] ; then true; else exit 1; fi; \
> arm-linux-ar rc tmplibgcc2.a ${name}.o; \
> rm -f ${name}.o; \
> done
> _muldi3
> ../../gcc-2.95.1/gcc/libgcc2.c:41: stdlib.h: No such file or directory
> ../../gcc-2.95.1/gcc/libgcc2.c:42: unistd.h: No such file or directory
Try these instructions from a recent posting some weeks ago :
Edit gcc/config/arm/t-linux and add "-Dinhibit_libc" and
"-D__gthr_posix_h"
to TARGET_LIBGCC2_CFLAGS
Delete #include "gthr.h" in libgcc2.c
Add the "--disable-threads" option to configure
Hope it helps,
--
CU
Jan-Uwe
-------------------------------------------------
PGP-Public-Key on Request.
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]