hello all,
anyone help me for this :
Im using PiCore beta 10 with Rpi 3b+
Now i want compilation will generate an executable from my python program to transfer it to my rpi
Thus, the machine language used on a Raspberry Pi, which is based on ARM architecture, is different from the one used on a desktop computer, which uses the X86 architecture (32 or 64 bits).
I found just cross compilation c/c++ not for python
How can I make it ?