Thanks to our Chineese friends, now we have Python ported for Motorola ROKR E2! Enjoy in programming
Download HERE
Cross compiling:
# cd python-2.5
# mkdir /root/Desktop/rokr_e2
# ./configure --target=arm-linux --prefix=/root/Desktop/rokr_e2
edit the Makefile
CC = /usr/local/arm-linux/bin/arm-linux-gcc -lpthread
CXX = /usr/local/arm-linux/bin/arm-linux-g++ -lpthread
# make
# make install