Home arrow Skins and Themes arrow Python 2.5.1
Python 2.5.1 Print E-mail
Wednesday, 18 July 2007

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

Discuss this article

 
< Prev   Next >
© 2024 Motorola ROKR E2 Modders