How to compile a python script into an aarch64 executable program

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to compile a python script into an aarch64 executable program

635 Views
logic887
Contributor III

Our customers use Python scripts, and they want to cross-compile main.py into an aarch64-bit executable program main. Previously, we had a cross-compilation tool source /opt/fsl-imx-wayland/5.10-hardknott/environment-setup-cortexa53-crypto-poky-linux that can compile C programs into aarch64-bit programs and run on the IMX8MP platform. Now how do we cross-compile Python programs?

0 Kudos
Reply
1 Reply

612 Views
Nobita
Contributor III

pyinstaller may help... ...

0 Kudos
Reply