public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
To: Thomas.Schuetzkowski@web.de
Cc: gcc@gcc.gnu.org
Subject: Re: 8051, libgcc2.a, Internal compiler error in `instantiate_virtual_regs_1'
Date: Mon, 20 Mar 2000 14:48:00 -0000	[thread overview]
Message-ID: <200003202234.XAA05719@loewis.home.cs.tu-berlin.de> (raw)
In-Reply-To: <38D67DD7.EA88D0B0@web.de>

> Do I have to provide the header files (stdlib.h, unistd.h, ...)?
> 
> I only want the compiler to create assembler code for the 8051. Do I
> need a libgcc2 ? 

If you only want to create assembler code, you don't need to compile
libgcc2. As a result, you don't need target header files, either. Of
course, if you use the compiler to compile C code, that C code might
also need header files - which you then would need to provide to users
of the compiler.

> The files cccp and cc1 were already created, can I use them?

Sure.

> When I try to compile a simple program with the created cc1 like:
[...]
> test1.i: In function `main':
> test1.i:5: Internal compiler error in `instantiate_virtual_regs_1', at
> function.c:4027

It looks like there is a bug in your compiler...

Regards,
Martin

      parent reply	other threads:[~2000-03-20 14:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-03-20 11:38 Thomas Schuetzkowski
2000-03-20 11:52 ` Alexandre Oliva
2000-03-20 12:25   ` Thomas Schuetzkowski
2000-03-20 12:53     ` Alexandre Oliva
2000-03-20 14:48 ` Martin v. Loewis [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200003202234.XAA05719@loewis.home.cs.tu-berlin.de \
    --to=martin@loewis.home.cs.tu-berlin.de \
    --cc=Thomas.Schuetzkowski@web.de \
    --cc=gcc@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).