Re: looking for an arm9 cross-compiler

2004-11-12 Thread niac78
Quoting Larry Hall [EMAIL PROTECTED]:

 At 05:20 AM 11/10/2004, you wrote:


 Hi,
 I used to work with Linux and I'm trying Cygwin. Does anyone know if there's
 an
 existing cross compiler for arm9 package? I could not find it in the package
 list. Otherwise, what is the solution? Do I have to compile an arm-gcc with
 the
 cygwin library?
 I'm sure there's already an existing arm compiler I could use without having
 to
 die trying to make my own.


 You may be right but as you've found, there isn't one that's officially
 available via 'setup.exe'.  There has been occasional inquiries like this
 in the past, with much the same response as I'm giving you now (either
 that or no response ;-) ).  Building a cross compiler in general shouldn't
 be that painful.  You can find some general pointers on how to do that in
 the email archives.  Or there's always www.objsw.com/CrossGCC.


 --
 Larry Hall  http://www.rfk.com
 RFK Partners, Inc.  (508) 893-9779 - RFK Office
 838 Washington Street   (508) 893-9889 - FAX
 Holliston, MA 01746



Thanks Larry. I'll try that.

Nick



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: looking for an arm9 cross-compiler

2004-11-12 Thread Christopher Faylor
On Fri, Nov 12, 2004 at 11:33:01AM +0100, [EMAIL PROTECTED] wrote:
Quoting Larry Hall [EMAIL PROTECTED]:

 At 05:20 AM 11/10/2004, you wrote:


 Hi,
 I used to work with Linux and I'm trying Cygwin. Does anyone know if there's
 an
 existing cross compiler for arm9 package? I could not find it in the package
 list. Otherwise, what is the solution? Do I have to compile an arm-gcc with
 the
 cygwin library?
 I'm sure there's already an existing arm compiler I could use without having
 to
 die trying to make my own.


 You may be right but as you've found, there isn't one that's officially
 available via 'setup.exe'.  There has been occasional inquiries like this
 in the past, with much the same response as I'm giving you now (either
 that or no response ;-) ).  Building a cross compiler in general shouldn't
 be that painful.  You can find some general pointers on how to do that in
 the email archives.  Or there's always www.objsw.com/CrossGCC.

Thanks Larry. I'll try that.

FWIW, requests for cross compilers have come up frequently enough that I
think it would be a good idea if someone wanted to submit some
cross-building packages for inclusion in the regular cygwin release.

cgf

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: looking for an arm9 cross-compiler

2004-11-11 Thread Larry Hall
At 05:20 AM 11/10/2004, you wrote:


Hi,
I used to work with Linux and I'm trying Cygwin. Does anyone know if there's an
existing cross compiler for arm9 package? I could not find it in the package
list. Otherwise, what is the solution? Do I have to compile an arm-gcc with the
cygwin library?
I'm sure there's already an existing arm compiler I could use without having to
die trying to make my own.


You may be right but as you've found, there isn't one that's officially
available via 'setup.exe'.  There has been occasional inquiries like this
in the past, with much the same response as I'm giving you now (either 
that or no response ;-) ).  Building a cross compiler in general shouldn't
be that painful.  You can find some general pointers on how to do that in 
the email archives.  Or there's always www.objsw.com/CrossGCC.


--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: looking for an arm9 cross-compiler

2004-11-11 Thread Dave Korn
 -Original Message-
 From: cygwin-owner On Behalf Of Larry Hall
 Sent: 11 November 2004 12:44

 Hi,
 I used to work with Linux and I'm trying Cygwin. Does anyone 
 know if there's an
 existing cross compiler for arm9 package? I could not find 
 it in the package
 list. Otherwise, what is the solution? Do I have to compile 
 an arm-gcc with the
 cygwin library?
 I'm sure there's already an existing arm compiler I could 
 use without having to
 die trying to make my own.
 
 
 You may be right but as you've found, there isn't one that's 
 officially
 available via 'setup.exe'.  There has been occasional 
 inquiries like this
 in the past, with much the same response as I'm giving you 
 now (either 
 that or no response ;-) ).  Building a cross compiler in 
 general shouldn't
 be that painful.  You can find some general pointers on how 
 to do that in 
 the email archives.  Or there's always www.objsw.com/CrossGCC.

  That site is years obsolete and out of date.

  More recent is Bill Gatliff's crossgcc site at

http://crossgcc.billgatliff.com

which has a script that builds arm-elf-gcc, and even more up-to-date would be
Dan Kegel's crosstool, another build script, available at 

http://www.kegel.com/crosstool/


cheers, 
  DaveK
-- 
Can't think of a witty .sigline today


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: looking for an arm9 cross-compiler

2004-11-11 Thread Williams, Gerald S \(Jerry\)
I've had some luck with the ECOS version. You can find
it at http://sources.redhat.com/ecos/

-Jerry

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



looking for an arm9 cross-compiler

2004-11-10 Thread niac78


Hi,
I used to work with Linux and I'm trying Cygwin. Does anyone know if there's an
existing cross compiler for arm9 package? I could not find it in the package
list. Otherwise, what is the solution? Do I have to compile an arm-gcc with the
cygwin library?
I'm sure there's already an existing arm compiler I could use without having to
die trying to make my own.
Thanks for your help.

Nick

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/