A very common need during an embedded projet development is to have the set of tools required to compile program for a platform different from the one used for the development itself.

This tool set is known as a cross development toolchain.

Of course, you can use both the available commercial/free pre-compiled toolchains, but you may choose to roll your own...

Lire la suite