Creating an Open Source Toolchain for ARM Microcontrollers
In the process of jumping onto the ARM bandwagon, I found a neat tutorial by [J]im Lynch, who has written a highly comprehensive tutorial on how to combine various opensource tools to create an ARM toolchain. He also details what goes on behind each tool right from the hardware level to the software layer. This is a highly recommended read for those interested in using the open source tools for their project including GNU Compiler, Eclipse, OpenOCD and Yagarto tools. He also gives detailed examples with screen shots on how to setup the following JTAGs – Wiggler, ARM-USB-OCD, JTAGKey, SAM-ICE.
I’ve hosted it here for mirroring purposes.

[...] Here is the original: Creating an Open Source Toolchain for ARM Microcontrollers … [...]