This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: error for _muldi3.o
- From: Shinpei Kato <shinny at j02 dot itscom dot net>
- To: Ian Lance Taylor <ian at wasabisystems dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 20 May 2004 13:17:01 +0900 (JST)
- Subject: Re: error for _muldi3.o
- References: <m3d650pcut.fsf@gossamer.airs.com>
Hi,
> This error occurs while compiling the function __muldi3 in the file
> libgcc2.c. You should be able to recreate the problem using the
> command line which appears in your make log. Use the --save-temps
> option to get the preprocessed file (libgcc2.i). That is a test case
> for your compiler crash. Figure out why the compiler is crashing, and
> fix it.
I got libgcc2.i, BUT, I'm such a newbie to GCC that I can't see what
this file is meaning... What kind of section should I check?
Regards,
Shinpei Kato