Dec-05-2017, 01:08 PM
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:
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 .
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 directoryhere 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 .