在OpenHarmony部署Python编程环境
发布时间:2024-11-15 04:45:07点击:
移植思路分享:
使用 OpenHarmony NDK 在X86的linux主机上 交叉编译 出OpenHarmony arm平台可以运行的Cpython解释器。
OpenHarmony系统采用llvm项目中的libc作为C运行时库,在系统侧使用libc ++ .so库来承载,应用侧使用libc++_shared.so来承载,两边一套代码,不同的C++命名空间。
可执行文件格式:
目前缺失的模块:
在OpenHarmony标准系统上部署Python3.8编程环境
将解压好的cpython-3.8_oh_install.tar文件发送到开发板data目录,将cpython-3.8_oh_install.tar解压。
hdc file send cpython-3.8_oh_install.tar /datahdc shell #进入开发板终端cd>