Prev: 24 Bit, dual channelADC, SPI Slave, 85 DegC (or more)
Next: schematic of a motor controller circuit using pic18f4331
From: aquibf on 30 Sep 2009 18:28 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 1 Oct 2009 10:22 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 1 Oct 2009 13:32 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 1 Oct 2009 15:52 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 12 Oct 2009 00:56
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. |