linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Where can I get gcc,binutil, etc for PPC on cygwin
@ 2000-06-21  3:17 Kwansuk Kim
  2000-06-21  4:03 ` sungyeon
  0 siblings, 1 reply; 5+ messages in thread
From: Kwansuk Kim @ 2000-06-21  3:17 UTC (permalink / raw)
  To: linuxppc-embedded


Unfortunatly my BDM kit doesn't support Linux but Windows

So I searched for cross compiler on cygwin or djgpp but I couldn't find it.

Is there anyone using that compiler? Or how can I get them?

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Where can I get gcc,binutil, etc for PPC on cygwin
  2000-06-21  3:17 Where can I get gcc,binutil, etc for PPC on cygwin Kwansuk Kim
@ 2000-06-21  4:03 ` sungyeon
  2000-06-21  7:11   ` Kwansuk Kim
  0 siblings, 1 reply; 5+ messages in thread
From: sungyeon @ 2000-06-21  4:03 UTC (permalink / raw)
  To: Kwansuk Kim, linuxppc-embedded


You can find out at..

GCC: http://gcc.gnu.org
binutils: http://www.gnu.org/gnulist/production/binutils.html


----- Original Message -----
From: "Kwansuk Kim" <kskim@neowave.co.kr>
To: <linuxppc-embedded@lists.linuxppc.org>
Sent: Wednesday, June 21, 2000 12:17 PM
Subject: Where can I get gcc,binutil, etc for PPC on cygwin


>
> Unfortunatly my BDM kit doesn't support Linux but Windows
>
> So I searched for cross compiler on cygwin or djgpp but I couldn't find it.
>
> Is there anyone using that compiler? Or how can I get them?
>
>
>

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: Where can I get gcc,binutil, etc for PPC on cygwin
  2000-06-21  4:03 ` sungyeon
@ 2000-06-21  7:11   ` Kwansuk Kim
  2000-06-21 11:50     ` Jerry Van Baren
  0 siblings, 1 reply; 5+ messages in thread
From: Kwansuk Kim @ 2000-06-21  7:11 UTC (permalink / raw)
  To: linuxppc-embedded


Hmm...

I've already got GCC from GNU and cross developement kit from redhat, and so on.

But they are all for linux host, not windows host.

I tried to compile the sources on cygwin and djgpp, I fail. Because there are too many errors which did occured during compilation on Linux.

I need compiler bin file for cygwin or djgpp host,
or
patch or how to compile cross compiler for powerpc operating on Windows.

I even tried canadian crossing on linux, there were also many errors.


-----Original Message-----
From: sungyeon [mailto:sungyeon@cosmo.etri.re.kr]
Sent: Wednesday, June 21, 2000 1:03 PM
To: Kwansuk Kim; linuxppc-embedded@lists.linuxppc.org
Subject: Re: Where can I get gcc,binutil, etc for PPC on cygwin


You can find out at..

GCC: http://gcc.gnu.org
binutils: http://www.gnu.org/gnulist/production/binutils.html


----- Original Message -----
From: "Kwansuk Kim" <kskim@neowave.co.kr>
To: <linuxppc-embedded@lists.linuxppc.org>
Sent: Wednesday, June 21, 2000 12:17 PM
Subject: Where can I get gcc,binutil, etc for PPC on cygwin


>
> Unfortunatly my BDM kit doesn't support Linux but Windows
>
> So I searched for cross compiler on cygwin or djgpp but I couldn't find it.
>
> Is there anyone using that compiler? Or how can I get them?
>
>
>

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: Where can I get gcc,binutil, etc for PPC on cygwin
  2000-06-21  7:11   ` Kwansuk Kim
@ 2000-06-21 11:50     ` Jerry Van Baren
  0 siblings, 0 replies; 5+ messages in thread
From: Jerry Van Baren @ 2000-06-21 11:50 UTC (permalink / raw)
  To: Kwansuk Kim, linuxppc-embedded


WindRiver TornadoII toolset is based on cygwin/gcc.  This would imply
that you should be able to get the sources from somewhere.  I have not
tried, personally.  If you track down the version numbers below at
Cygnus, you may find something that works.  Otherwise, sending money to
WindRiver and/or Cygnus should work (LOTS of money in the case of
WindRiver :-).

C:\>ccppc -v
gcc driver version cygnus-2.7.2-960126 egcs-971225 tornado 2.0
executing gcc version cygnus-2.7.2-960126

C:\>bash --version
GNU bash, version 2.01.1(2)-release (i386-pc-cygwin32)
Copyright 1997 Free Software Foundation, Inc.

gvb


At 04:11 PM 6/21/00 +0900, Kwansuk Kim wrote:

>Hmm...
>
>I've already got GCC from GNU and cross developement kit from redhat,
>and so on.
>
>But they are all for linux host, not windows host.
>
>I tried to compile the sources on cygwin and djgpp, I fail. Because
>there are too many errors which did occured during compilation on Linux.
>
>I need compiler bin file for cygwin or djgpp host,
>or
>patch or how to compile cross compiler for powerpc operating on Windows.
>
>I even tried canadian crossing on linux, there were also many errors.
>
>
>-----Original Message-----
>From: sungyeon [mailto:sungyeon@cosmo.etri.re.kr]
>Sent: Wednesday, June 21, 2000 1:03 PM
>To: Kwansuk Kim; linuxppc-embedded@lists.linuxppc.org
>Subject: Re: Where can I get gcc,binutil, etc for PPC on cygwin
>
>
>You can find out at..
>
>GCC: http://gcc.gnu.org
>binutils: http://www.gnu.org/gnulist/production/binutils.html
>
>
>----- Original Message -----
>From: "Kwansuk Kim" <kskim@neowave.co.kr>
>To: <linuxppc-embedded@lists.linuxppc.org>
>Sent: Wednesday, June 21, 2000 12:17 PM
>Subject: Where can I get gcc,binutil, etc for PPC on cygwin
>
>
> >
> > Unfortunatly my BDM kit doesn't support Linux but Windows
> >
> > So I searched for cross compiler on cygwin or djgpp but I couldn't
> find it.
> >
> > Is there anyone using that compiler? Or how can I get them?
> >
> >
> >
>


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: Where can I get gcc,binutil, etc for PPC on cygwin
@ 2000-06-21 13:30 Lucinda Schafer
  0 siblings, 0 replies; 5+ messages in thread
From: Lucinda Schafer @ 2000-06-21 13:30 UTC (permalink / raw)
  To: Kwansuk Kim, linuxppc-embedded


I recommend installing Redhat or similar on your computer--dual boot if you
have to. We found this was a lifesaver in retrospect for our project! It is
so much easier to work on your project--one thing we do is mount our PC
Linux drive to our embedded board and run our program from there. We use
smb to interface our Windows networked PCs to our Linux "server" so we can
use our favorite Windows-based editor. We telnet to the Linux server to run
compiles.

Then run your BDM from a Windows computer, using the dual boot,if you only
have one computer.

Lucinda Schafer
Staff Software Engineer
Adaptive Micro-Ware, Inc.

-----Original Message-----
From: Kwansuk Kim [mailto:kskim@neowave.co.kr]
Sent: Wednesday, June 21, 2000 2:12 AM
To: linuxppc-embedded@lists.linuxppc.org
Subject: RE: Where can I get gcc,binutil, etc for PPC on cygwin



Hmm...

I've already got GCC from GNU and cross developement kit from redhat, and
so on.

But they are all for linux host, not windows host.

I tried to compile the sources on cygwin and djgpp, I fail. Because there
are too many errors which did occured during compilation on Linux.

I need compiler bin file for cygwin or djgpp host,
or
patch or how to compile cross compiler for powerpc operating on Windows.

I even tried canadian crossing on linux, there were also many errors.


-----Original Message-----
From: sungyeon [mailto:sungyeon@cosmo.etri.re.kr]
Sent: Wednesday, June 21, 2000 1:03 PM
To: Kwansuk Kim; linuxppc-embedded@lists.linuxppc.org
Subject: Re: Where can I get gcc,binutil, etc for PPC on cygwin


You can find out at..

GCC: http://gcc.gnu.org
binutils: http://www.gnu.org/gnulist/production/binutils.html


----- Original Message -----
From: "Kwansuk Kim" <kskim@neowave.co.kr>
To: <linuxppc-embedded@lists.linuxppc.org>
Sent: Wednesday, June 21, 2000 12:17 PM
Subject: Where can I get gcc,binutil, etc for PPC on cygwin


>
> Unfortunatly my BDM kit doesn't support Linux but Windows
>
> So I searched for cross compiler on cygwin or djgpp but I couldn't find
it.
>
> Is there anyone using that compiler? Or how can I get them?
>
>
>


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2000-06-21 13:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-06-21  3:17 Where can I get gcc,binutil, etc for PPC on cygwin Kwansuk Kim
2000-06-21  4:03 ` sungyeon
2000-06-21  7:11   ` Kwansuk Kim
2000-06-21 11:50     ` Jerry Van Baren
  -- strict thread matches above, loose matches on Subject: below --
2000-06-21 13:30 Lucinda Schafer

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 NNTP newsgroup(s).