public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Hua Ji <hji@netscreen.com>
To: "'Ian Zhang'" <hhzhang@yahoo.com>, crossgcc@sourceware.cygnus.com
Cc: Hua Ji <hji@netscreen.com>
Subject: RE: Need help to install a cross compiler for powerpc
Date: Wed, 17 Jan 2001 23:13:00 -0000	[thread overview]
Message-ID: <A33AEFDC2EC0D411851900D0B73EBEF7063E59@NAPA> (raw)

OK. Attached is my script. Should be very easy for you to copy and modify it
for your useage.
I have built it successullt with this and tested it my ppc codes. Wish
helpful. BTW, you own my lunch now, if you
are in silivon valley:--)

Hua
 
--------------------------------------------------------
Thanks Hua.  But after I put --with-headers as you
told  me,  I got following error when I make all under
build-gcc.  What other things I need to do ? Thanks.
-------------------------------------------------------

~/gnu_source:207> more crossMake 
target=powerpc-elf
prefix=/export/home4/hji/compilers/powerpc-elf-1-17
 

mkdir build-binutils build-gcc build-newlib

# Configure, build and install binutils
 cd build-binutils
../binutils-2.9.1/configure --target=$target --prefix=$prefix -v
make all install

# Configure, build and install gcc
cd ../build-gcc
../gcc-2.95.2/configure --target=$target --prefix=$prefix --with-newlib
--with-headers=/export/home
4/hji/gnu_source/newlib-1.8.2/newlib/libc/include --with-gnu-as
--with-gnu-ld --enable-languages="c"
-v
make all install

#Configure, build and install libc

cd ../build-newlib
../newlib-1.8.2/configure --target=$target --prefix=$prefix -v
make all install
 

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com

WARNING: multiple messages have this Message-ID
From: Hua Ji <hji@netscreen.com>
To: "'Ian Zhang'" <hhzhang@yahoo.com>, crossgcc@sourceware.cygnus.com
Cc: Hua Ji <hji@netscreen.com>
Subject: RE: Need help to install a cross compiler for powerpc
Date: Sun, 01 Apr 2001 00:00:00 -0000	[thread overview]
Message-ID: <A33AEFDC2EC0D411851900D0B73EBEF7063E59@NAPA> (raw)
Message-ID: <20010401000000.ceqdVe40qFpSS9mne-i8T9qAwkiSZzee2iNR7eA6IVo@z> (raw)

OK. Attached is my script. Should be very easy for you to copy and modify it
for your useage.
I have built it successullt with this and tested it my ppc codes. Wish
helpful. BTW, you own my lunch now, if you
are in silivon valley:--)

Hua
 
--------------------------------------------------------
Thanks Hua.  But after I put --with-headers as you
told  me,  I got following error when I make all under
build-gcc.  What other things I need to do ? Thanks.
-------------------------------------------------------

~/gnu_source:207> more crossMake 
target=powerpc-elf
prefix=/export/home4/hji/compilers/powerpc-elf-1-17
 

mkdir build-binutils build-gcc build-newlib

# Configure, build and install binutils
 cd build-binutils
../binutils-2.9.1/configure --target=$target --prefix=$prefix -v
make all install

# Configure, build and install gcc
cd ../build-gcc
../gcc-2.95.2/configure --target=$target --prefix=$prefix --with-newlib
--with-headers=/export/home
4/hji/gnu_source/newlib-1.8.2/newlib/libc/include --with-gnu-as
--with-gnu-ld --enable-languages="c"
-v
make all install

#Configure, build and install libc

cd ../build-newlib
../newlib-1.8.2/configure --target=$target --prefix=$prefix -v
make all install
 

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com

             reply	other threads:[~2001-01-17 23:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-17 23:13 Hua Ji [this message]
2001-04-01  0:00 ` Hua Ji
  -- strict thread matches above, loose matches on Subject: below --
2001-01-17 18:46 Ian Zhang
2001-04-01  0:00 ` Ian Zhang
2001-01-17 17:14 Ian Zhang
2001-04-01  0:00 ` Ian Zhang

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=A33AEFDC2EC0D411851900D0B73EBEF7063E59@NAPA \
    --to=hji@netscreen.com \
    --cc=crossgcc@sourceware.cygnus.com \
    --cc=hhzhang@yahoo.com \
    /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).