All of lore.kernel.org
 help / color / mirror / Atom feed
From: Uros Prestor <uros@turbolinux.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] Cant compile compiler
Date: Mon, 21 Feb 2000 17:50:36 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590678204947@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590678204946@msgid-missing>

Venkatesh Ramamurthy <Venkateshr@ami.com> said: 

> when i compile the ia64 cross compiler , i seem to get error syaing that
> cant include header stdlib.h and unistd.h in file gcc/ libgcc2.c . I
> remember a special mention about these files in IDF . Can anyone point out
> what i am missing?

You need to have IA-64 include files and IA-64 libraries to bootstrap
the compiler.  Install /usr/include and /usr/lib from the Trillian CD
somewhere on your system, install IA-64 kernel sources and make sure
your IA-64 /usr/include/{asm,linux} point to the IA-64 kernel headers.
After you've done this, configure gcc with

    ../src/configure --with-headers=/your/usr/include \
	--with-libs=/your/usr/lib --target=ia64-cygnus-linux \
	--program-prefix=ia64-cygnus-linux-

This should give you the cross compiler with all commands prefixed
with `ia64-cygnus-linux-'.

Uros




  reply	other threads:[~2000-02-21 17:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-02-21 17:02 [Linux-ia64] Cant compile compiler Venkatesh Ramamurthy
2000-02-21 17:50 ` Uros Prestor [this message]
2000-02-21 20:35 ` Venkatesh Ramamurthy
2000-02-21 21:13 ` Jim Wilson

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=marc-linux-ia64-105590678204947@msgid-missing \
    --to=uros@turbolinux.com \
    --cc=linux-ia64@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.