This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


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

support for powerpc-eabi


Hi all,


What I am trying is to build a cross compiler for
Win32->powerpc-eabi(860)
under WinNT.
First time when I tried to build binutils I used the command

./configure --target=powerpc-*-eabi*
The reason, why I used powerpc-*-eabi* instead of powerpc-eabi was that
powerpc-*-eabi* was found in configure.tgt file under ld catalog and not

powerpc-eabi.

But I got an error say that "powerpc-*-eabi* directory cann't be
created".
I edited the configure.tgt file and changed powerpc-*-eabi* to
powerpc-eabi.
Then I didn't get the error and build proceeded.
I continued my process, build binutils successfully, make and make
install
worked fine.

Then I tried to work with egcs, here also configuration worked fine.
But at the end of the make I got the following message:

*********************
//c/cygnus/CYGWIN~1/H-I586~1/i586-cygwin32/bin/ld: unrecognised
emulation mode:

Supported emulations: elf32ppc
collect2: ld returned 1 exit status
make[2]: *** [../f771.exe] Error 1
make[1]: *** [f771.exe] Error 2
make: *** [all-gcc] Error 2
*************************************

Now my question is does GNU support powerpc-eabi or not.
If yes then what should I do to solve the problem?
Or shoud I use powerpc-unknown-eabi?

Thanks

Ask me if I have missed something.

best regards

/Mohammad





--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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