How to get Eclipse to find and use gcc-based toolchain in a non-standard place

I am trying to get Eclipse to work with the GCC cross-ARM compiler.

How to configure eclipse to add a new tool chain to a list of tool chains?

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

+5
source share
3 answers

Here is a pdf link describing how to configure the cross-compiler toolchain for ARM and eclipse.

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

Hope this helps.

+4
+1

To be clear, Raisonance Ride uses the CodeSourcery toolchain. There are many tutorials on how to use it with Eclipse (at least for Helios). The last time I checked (last year), my Ride7 used the 2008 CodeSourcery compiler, although the latest version is 2011.03.

0
source

All Articles