views:

1105

answers:

1

Hi,

I am trying to get Eclipse to work with a GCC based ARM cross compiler.

How can I configure eclipse to add the new tool chain to its list of tool chains?

The tool chain is a Raisonance distributed GCC tool chain: C:\Program Files\Raisonance\Ride\arm-gcc\bin\arm-none-eabi-gcc.exe

+2  A: 

Here is a link to a pdf describing how to set up a cross compiler tool chain for ARM and eclipse.

http://www.sparkfun.com/tutorial/ARM/ARM_Cross_Development_with_Eclipse.pdf

Hope it helps.

FeatureCreep