我如何为 ARM 架构交叉编译 python 模块?我按照http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html的建议交叉编译了python
我想在我的目标 imx6q 板上安装 python-crontab,因为设备上没有可用的 crontab。该设备没有以太网。我想使用 python 文件为电路板使用 cron 执行预定作业。有人可以帮我吗..?我在这里找到了一些东西.. http://answers.ros.org/question/99066/install-python-module-for-cross-compile-target/ 但我需要一些特定的东西..