This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: [HelpMe] How to Use GCC for ARM Core in Cygwin...


On Thu, Dec 21, 2000 at 10:43:59AM +0900, Moon Dong-Won wrote:
>    Now a Day I want to Study ARM based Embedded System...
>    But Compiler provided by ARM is Too expensive,,,
>    So I was Searching for another compiler and found gcc and dbg...
>    but  My OS is win2000...
>    So  I find again....
>    finely I got "cygwin"...
>    but gcc included in cygwin can not compile code for ARM...(in my
>    ability...or really it can't...)

No, because it is a native compiler, not a cross compiler.

>    ( As typing "gcc -v", I have known the version is 2.95.2-5 19991024
>    <cygwin experimenal>)
>
>    Could U tell me how to Use GCC (that can compile ARM Code...) in
>    windows...

You can use the cygwin GCC to build yourself a cross compiler for ARM
targets. Have a look at the crossgcc FAQ:

  http://www.objsw.com/CrossGCC/

If you are running Linux, there are quite some precompiled ARM cross
compilers available, for example:

  http://www.lart.tudelft.nl/lartware/compile-tools/

(Yes, that's my own cross compiler ;-)

>    It's the first time to write a mailing list...

Some advise in dealing with mailing lists: don't use HTML messages, use
plain text with US ascii charset and quoted-printable encoding.


Erik

-- 
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031,  2600 GA Delft, The Netherlands
Phone: +31-15-2783635  Fax: +31-15-2781843  Email: J.A.K.Mouw@its.tudelft.nl
WWW: http://www-ict.its.tudelft.nl/~erik/

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