Cross compiling python package for ARM

How to cross compile python module for ARM architecture? I have a cross-compiled python suggested by http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html

I want to install python-crontab on my imx6q target board since there is no crontab available on the device. The device does not have ethernet. I want to complete a scheduled task using cron for a board using a python file. can someone help me ..? I found something here. http://answers.ros.org/question/99066/install-python-module-for-cross-compile-target/ but I need something specific.

+4
source share

Source: https://habr.com/ru/post/1546559/


All Articles