All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Reni Pachernegg" <rene.pachernegg@apus.co.at>
To: Graham Stoney <greyham@research.canon.com.au>
Cc: kd@flaga.is, linuxppc-embedded@lists.linuxppc.org
Subject: Re: Building Glibc
Date: Thu, 13 Jan 2000 17:52:12 +0100	[thread overview]
Message-ID: <387E02BC.DCCA86B0@apus.co.at> (raw)
In-Reply-To: 20000112225539.62B021B152@elph.research.canon.com.au


Hello,
Troubles dont stop.
Started to build a new version of the GCC for Cross-Compiling for
PowerPc on i686. 
I found an installation-guide for gcc cross-compiler at
www.objsw.com/CrossGCC/FAQ-4.htm and followed the steps in 4.1.
(automate build script (4.5)didnt work). Using:
binutils 2.9.5.0.22
gcc 2.95.2
newlib-1.8.2
Installing the binutils was successfull.
Building gcc stopped with:
as: unknown option -ppc
Used script: 
target=powerpc-eabi
prefix=/bar
i=$prefix/bin
../gcc-2.8.1/configure --target=$target --prefix=$prefix -v /
--with-newlib --enable-languages=c --with-gnu-ld --with-gnu-as
make all install/
        AS_FOR_TARGET=$i/${target}-as \ 
        LD_FOR_TARGET=$i/${target}-ld \ 
        AR_FOR_TARGET=$i/${target}-ar \ 
        RANLIB_FOR_TARGET=$i/${target}-ranlib
The Assembler used, is the one installed by binutils for powerpc.
I didnt found any hint of any option -ppc in any file (greped it) in any
of the 3 tools. But there is the as option -mppc. Maybe this is the
option that is intended to be used.
Any propositions?
Regards 
	Rene

Does somebody know what to do??

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2000-01-13 16:52 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-01-12 13:21 Building Glibc kd
2000-01-12 15:03 ` René Pachernegg
2000-01-12 22:55   ` Graham Stoney
2000-01-13 16:52     ` Reni Pachernegg [this message]
2000-01-13 17:23       ` Ben Sapp
  -- strict thread matches above, loose matches on Subject: below --
2000-01-13 17:39 kd
2000-01-12 11:37 kd
2000-01-12 12:29 ` Reni Pachernegg
2000-01-11  8:52 Rene Pachernegg
2000-01-11 19:01 ` Marcus Sundberg
2000-01-12  2:54   ` Dan Dickey
2000-01-12  8:10     ` Reni Pachernegg
2000-01-12 12:01       ` Marcus Sundberg

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=387E02BC.DCCA86B0@apus.co.at \
    --to=rene.pachernegg@apus.co.at \
    --cc=greyham@research.canon.com.au \
    --cc=kd@flaga.is \
    --cc=linuxppc-embedded@lists.linuxppc.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.