Cross-Compile Beaglebone with Python and Eclipse

Hi guys,

Could someone tell me how can I compile pthon programs using Eclipse In Windowns or linux on Beaglebone Black ?? How can I program my BBB ???

Hi João,

You don't need to "compile". Python runs on top of a virtual machine:
http://en.wikipedia.org/wiki/Python_(programming_language)#Implementations

Move the project to BBB, log in a ssh session, and run the program just like you do in your building environment "python myprogram.py".

If you don't want to move the program in the development stage, you can build your rootfs with NFS. You can google how to do that.

Miguel