Wednesday, 18 July 2007 |
Thanks to our Chineese friends, now we have Python ported for Motorola ROKR E2! Enjoy in programming
Download HERECross 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
|