From: David Huggins-Daines <dhd@linuxcare.com>
To: Brian Poole <raj@cerias.purdue.edu>
Cc: Alan Modra <alan@linuxcare.com.au>, parisc-linux@thepuffingroup.com
Subject: Re: [parisc-linux] Troubles following the 'recipe'
Date: 14 Oct 2000 18:00:56 -0400 [thread overview]
Message-ID: <87pul36q1z.fsf@linuxcare.com> (raw)
In-Reply-To: Brian Poole's message of "Sat, 14 Oct 2000 15:10:26 -0500 (EST)"
Brian Poole <raj@cerias.purdue.edu> writes:
> And I configured it as per the recipe with..
>
> ../gcc/configure --target=hppa1.1-linux --prefix=$DEST --host=$MACH
> --disable-nls --without-libc
--without-libc does nothing. You also need --enable-languages=c, or
else it will try to build ObjC, C++, Java, etc., all of which require
you to have a built libc.
Another thing - though 'hppa1.1-linux' works, you should use
'hppa-linux' as the target instead.
You should configure gcc with:
../gcc/configure --target=hppa-linux --prefix=$DEST --enable-languages=c
If you want a cross-compiler for C++, you must build a cross-glibc
(using --prefix=$DEST/hppa-linux - important!) and then rebuild with
--enable-languages=c,c++.
I thought the recipe had been updated (I *clearly* remember helping
write a functional one a while ago). Are you sure this is a recent
version of it?
--
dhd@linuxcare.com, http://www.linuxcare.com/
Linuxcare. Support for the revolution.
next prev parent reply other threads:[~2000-10-14 22:00 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-10-14 5:50 [parisc-linux] Troubles following the 'recipe' Brian Poole
2000-10-14 7:50 ` Alan Modra
2000-10-14 20:10 ` Brian Poole
2000-10-14 22:00 ` David Huggins-Daines [this message]
2000-10-14 22:12 ` Brian Poole
2000-10-15 0:38 ` Alan Modra
2000-10-15 0:59 ` Brian Poole
2000-10-15 3:53 ` Alan Modra
2000-10-14 20:26 ` John David Anglin
2000-10-14 21:18 ` Brian Poole
2000-10-14 21:30 ` John David Anglin
2000-10-16 4:32 ` Grant Grundler
2000-10-16 12:08 ` Alan Modra
2000-10-17 8:34 ` Bruno Vidal
2000-10-17 9:08 ` Alan Modra
2000-10-17 15:19 ` David Huggins-Daines
2000-11-16 20:16 ` [parisc-linux] Troubles with read only file system Thomas Marteau
2000-10-16 19:24 ` Grant Grundler
2000-10-18 1:41 ` [parisc-linux] /proc/interrupts Helge Deller
2000-10-18 16:36 ` Grant Grundler
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=87pul36q1z.fsf@linuxcare.com \
--to=dhd@linuxcare.com \
--cc=alan@linuxcare.com.au \
--cc=parisc-linux@thepuffingroup.com \
--cc=raj@cerias.purdue.edu \
/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.