This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: configuring for THUMB
- To: Michael Eager <eager at mvista dot com>
- Subject: Re: configuring for THUMB
- From: Marco <marco dot marcello at tin dot it>
- Date: Wed, 23 May 2001 17:39:16 +0200
- CC: gcc at gcc dot gnu dot org
- References: <3B080803.FA82D30B@tin.it> <3B0AC580.A24C1A9C@mvista.com>
Michael Eager wrote:
>
> Marco wrote:
> >
> > I configure gcc with the option --target=thumb-coff
> > but during compilation I get this message:
> >
> > In file included from ../../source/gcc-2.95.3/gcc/libgcc2.c:33:
> > tconfig.h:5: arm/xm-thumb.h: No such file or directory
> > make[3]: *** [libgcc2.a] Error 1
>
> Do you have gcc-2.95.3/gcc/config/arm/xm-thumb.h?
> If not, then you have a corrupted distribution. (Not likely,
> but one needs to check.)
The file is not present in my gcc-2.95.3 version, but I have it in my
gcc-2.95.2, and it consists of only one line:
#include <tm.h>
shall I copy it in the gcc-2.95.3 and use it for configuration?
>
> > What can I do about it?
>
> Provide some information:
>
> How did you configure GCC?
../source/gcc-2.95.3/configure --target=thumb-coff --with-gnu-as
--with-gnu-ld --disable-threads --with-newlib
>
> What was the make command?
make LANGUAGES="c"
>
> What was the command which got the error?
>
_muldi3
> --
> Michael Eager eager@mvista.com 408-328-8426
> MontaVista Software, Inc. 1237 E. Arques Ave., Sunnyvale, CA 94085