This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Problems with building cross-compiler from Cygwin to PowerPC


>-----Original Message-----
>From: Paul Mikell [mailto:pmikell@rare.co.uk]
>Sent: 08 January 2001 16:02

>mkdir build-binutils
>cd  build-binutils
>../binutils-2.10.1/configure --target=powerpc-unknown-eabi --with-cpu=750
> --prefix=//E/CrossComp
>make all install
>
>I think that this is supposed to install some utilities with the prefix
>"powerpc-unknwon-eabi-", but the only file that it actually installs is

  I would try it again without using a UNC path for the prefix and see if it
works any better. I assume //E refers to your windows E: drive, so make a
mount for it and try that way instead. I have mountpoints for all my win
drives in a directory off /

 e.g.

 mkdir /win
 mkdir /win/e
 mount -s E:\\ /win/e
 ../binutils-2.10.1/configure --target=powerpc-unknown-eabi --with-cpu=750
  --prefix=/win/e/CrossComp

       DaveK
-- 
The Boulder Pledge: "Under no circumstances will I ever purchase anything 
offered to me as the result of an unsolicited email message. Nor will I 
forward chain letters, petitions, mass mailings, or virus warnings to large 
numbers of others. This is my contribution to the survival of the online
community."


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]