From: aquibf on
Hi,

I am trying to use Eclipse on a Linux machine for ARM development, but can'
get to understand how to install the arm tool chain on to Eclipse.

I am looking for docs, tutorials or direct help that will allow me
configure Eclipse to compile c code for the arm processor.



---------------------------------------
This message was sent using the comp.arch.embedded web interface on
http://www.EmbeddedRelated.com
From: Atilla on
You should manually install a "command line" tool chain and then configure your
eclise setup the directories.
aquibf wrote:
> Hi,
>
> I am trying to use Eclipse on a Linux machine for ARM development, but can'
> get to understand how to install the arm tool chain on to Eclipse.
>
> I am looking for docs, tutorials or direct help that will allow me
> configure Eclipse to compile c code for the arm processor.
>
>
>
> ---------------------------------------
> This message was sent using the comp.arch.embedded web interface on
> http://www.EmbeddedRelated.com
From: Bob on
On 30 Sep, 23:28, "aquibf" <aqu...(a)gmail.com> wrote:
> I am looking for docs, tutorials or direct help that will allow me
> configure Eclipse to compile c code for the arm processor.

I have been looking for the same thing, you may find this link useful
http://carrierwave.wordpress.com/

I ended up using a Windows platform instead using the Yagarto setup, a
lot of the config is probably similar though.

Hth
From: David Brown on
aquibf wrote:
> Hi,
>
> I am trying to use Eclipse on a Linux machine for ARM development, but can'
> get to understand how to install the arm tool chain on to Eclipse.
>
> I am looking for docs, tutorials or direct help that will allow me
> configure Eclipse to compile c code for the arm processor.
>

Try www.codesourcery.com. They will sell you a package with Eclipse and
gcc integrated for $400. You get the most up-to-date ARM gcc and
support from the people who maintain the ARM port, some useful
libraries, and Eclipse and gdb integration. Since you are asking such a
"getting started" question in a newsgroup, it's a fair assumption that
CodeSourcery will save you at least $400 worth of time.
From: jebblue on
On Wed, 30 Sep 2009 17:28:19 -0500, aquibf wrote:

> Hi,
>
> I am trying to use Eclipse on a Linux machine for ARM development, but
> can get to understand how to install the arm tool chain on to Eclipse.
>

Try typing into Google "eclipse arm toolchain".

--
// This is my opinion.