Shubham Mishra
Shubham Mishra
 I installed the python-docx package using crossenv. The names of the .so files have "cpython-36m-powerpc-linux-gnu" written in them because I cross compiled them. For eg: the...
**I am trying to cross compile lxml package for my board which has following coniguration:** PPC_e5500_CC_BASE_DIR := /opt/fsl-qoriq/2.0/sysroots/x86_64-fslsdk-linux TARGET_CPU_BIT = 32BIT TARGET_ARCH = powerpc COMPILER_TYPE = gcc CROSS_COMPILE_PATH = ${PPC_e5500_CC_BASE_DIR}/usr/bin/powerpc-fsl-linux:${PPC_e5500_CC_BASE_DIR}/usr/bin...