public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Andrew McCall <andrew.mccall@gmail.com>
To: gcc-help@gcc.gnu.org, andrew.mccall@gmail.com
Subject: Re: Problems building a cross compiler...
Date: Fri, 22 Jul 2005 10:50:00 -0000	[thread overview]
Message-ID: <4aa50a46050722035016beaf54@mail.gmail.com> (raw)
In-Reply-To: <m3pstcnln3.fsf@gossamer.airs.com>

Hi Ian,

Thanks for the help with my cross compile problems!

On 21 Jul 2005 09:56:16 -0700, Ian Lance Taylor <ian@airs.com> wrote:
> Andrew McCall <andrew.mccall@gmail.com> writes:
> 
> > However, when I run make, I eventually get the following error:
> >
> > ../../gcc/libgcc2.c:41: stdlib.h: No such file or directory
> > ../../gcc/libgcc2.c:42: unistd.h: No such file or directory
> > make[3]: *** [libgcc2.a] Error 1
> > make[3]: Leaving directory
> > `/home/mccall/haiku/src/gcc-2.95.3-haiku/gcc-obj/gcc'
> > make[2]: *** [stmp-multilib-sub] Error 2
> > make[2]: Leaving directory
> > `/home/mccall/haiku/src/gcc-2.95.3-haiku/gcc-obj/gcc'
> > make[1]: *** [stmp-multilib] Error 1
> > make[1]: Leaving directory
> > `/home/mccall/haiku/src/gcc-2.95.3-haiku/gcc-obj/gcc'
> > make: *** [all-gcc] Error 2

[Snip]

> > Can anyone suggest what the problem is?  Is it something to do with me
> > needing headers from BeOS/Haiku to build a cross compiler?
> 
> Yes, that is exactly what it is.
> 
> The simplest approach is to copy all the header files and libraries
> onto the cross-host, using the same directory layout under some
> directory DIR, and then configure --with-sysroot=DIR.

I have been trying to get this working since you suggested it.

I have the headers, but they come in multiple folders like this:

headers/cpp
headers/gnu
headres/libs
headers/os
headers/posix
headers/private
headers/tools

In os I have the normal "Be" headers, such as Be.h, Appkit.h etc. etc.
in posix I have the posix headers like alloca.h, assert.h and
stdlib.h.

You can see the layout here:

http://svn.berlios.de/viewcvs/haiku/haiku/trunk/headers/

I have tried using:

--with-sysroot=../../../haiku/headers
--with-sysroot=../../../haiku/headers/os
--with-sysroot=../../../haiku/headers/posix

But all of these fail with the same error.

-- 
Thanks,

Andrew McCall
andrew.mccall@gmail.com

  reply	other threads:[~2005-07-22 10:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-21 13:10 Andrew McCall
2005-07-21 16:56 ` Ian Lance Taylor
2005-07-22 10:50   ` Andrew McCall [this message]
2005-07-22 11:04     ` Rupert Wood
2005-07-22 12:27       ` Andrew McCall
2005-07-22 16:48     ` Ian Lance Taylor

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=4aa50a46050722035016beaf54@mail.gmail.com \
    --to=andrew.mccall@gmail.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).