Cross Compiling Python for Embedded Linux

This article details how to cross compile Python for the PowerPC platform. It should apply equally to other platforms such as ARM, just plug in the correct cross-compiler. The article supports Python versions 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.6.5 and 3.1.1, 3.1.2

Full Story »