Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
X-Authentication-Warning: appel.lilypond.org: Host fred@appel.lilypond.org [24.132.96.10] claimed to be appel.lilypond.org.appel
To: Ramesh Veema <ramesh@catapult.com>
cc: cygwin@sourceware.cygnus.com
Subject: Re: C compiler cannot create Executables" error while building Powerpc cross compiler.
Organization: Jan at Appel
From: Jan Nieuwenhuizen <janneke@gnu.org>
In-Reply-To: Ramesh Veema's message of "Fri, 12 Jan 2001 15:25:10 -0800"
User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7
Date: 23 Jan 2001 10:15:35 +0100
Message-ID: <m3ae8ipr2g.fsf@appel.lilypond.org>
Lines: 36
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

Ramesh Veema <ramesh.catapult.com>  writes:

> I did the make distclean and  configure the latest gcc  as follows for
> cross compilation
> 
>  ./configure  --target=powerpc-motorola-eabi
> 
> and  cd gcc directory and Config.log file shows the bottom ettot:

Did you build and install x binutils?

> If any one have idea please help me out in identifying  to do better
> Cross compilation

I've constructed a set of scripts to automagically setup a x building
environment for Cygwin, and use it to x build guile and LilyPond on
Debian GNU/Linux powerpc.

Have a look at:

    http://appel.lilypond.org/lilypond/gnu-windows/cross.tar.gz

Lots bugs have been fixed since (pre-)cygwin 1.0, but with 1.1.7 I
still need fixes like these to binutil's post install stage:

    cd $BUILD_ROOT/$CROSS_PREFIX/$TARGET_PLATFORM/bin
    ln -f ../../bin/$TARGET_PLATFORM-objdump objdump
    ln -f ../../bin/$TARGET_PLATFORM-objcopy objcopy
    mv -f ld ld-in-path-breaks-libtool

Greetings,
Jan.

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

