public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
To: cjk@rampnet.com
Cc: gcc-help@gcc.gnu.org
Subject: Re: Need help cross compiling
Date: Sat, 01 Apr 2000 00:00:00 -0000	[thread overview]
Message-ID: <200003011915.UAA00865@loewis.home.cs.tu-berlin.de> (raw)
Message-ID: <20000401000000.n7Wo9PNBA4K4OPsPI9e7jv-wukPiDnfUICV76vPFfPs@z> (raw)
In-Reply-To: <000b01bf839b$fb647ea0$42b7f7d0@cjk.hyd.rampnet.com>

> I am trying to cross compile gcc-2.8.0 for target m68k-wrs-vxworks=20
> on host i386 running solaris2.7. I have successfully compiled and
> installed binutils 2.9. But gcc building gives the following error.
> 
> Anyhelp in this regard will be appreciated.

To build a working cross-compiler, you need header files and libraries
for the target as well; see the GCC installation manual for
details. In the specific case, the Objective C library needs <stdio.h>
of the target system, and could not find it - most likely because it
is not there.

If you don't have stdio.h for the target system, you probably cannot
build the Objective C library. Perhaps you don't need the Objective C
compiler - in that case, I'd recommend not to build it. You can
specify the languages to build with the --enable-languages configure
option.

Hope this helps,
Martin

  parent reply	other threads:[~2000-04-01  0:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-03-01  8:33 Chathu Jayakrishnan
2000-03-01 11:35 ` Alexandre Oliva
2000-04-01  0:00   ` Alexandre Oliva
2000-03-01 11:36 ` Martin v. Loewis [this message]
2000-04-01  0:00   ` Martin v. Loewis
2000-04-01  0:00 ` Chathu Jayakrishnan

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=200003011915.UAA00865@loewis.home.cs.tu-berlin.de \
    --to=martin@loewis.home.cs.tu-berlin.de \
    --cc=cjk@rampnet.com \
    --cc=gcc-help@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).