Python Forum
twisted cross compile - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: twisted cross compile (/thread-6737.html)



twisted cross compile - raghav - Dec-05-2017

I want to use twisted in an Embedded system
so if i run
'pip install twisted' in the system having linux 4.1
It gives error:
Quote:unable to execute 'arm-poky-linux-gnueabi-gcc' : No such file or directory
here arm-poky-linux-gnueabi-gcc is the toolchain for the embedded system

compiler toolchain is not in the embedded system to save memory.
So i want to cross compile "twisted" on host machine (ubuntu) and then port twisted binary to the embedded system how to do it .