Shubham Mishra

Results 2 comments of Shubham Mishra

![Screenshot from 2020-02-19 13-37-50](https://user-images.githubusercontent.com/42842288/74814445-4aa97d00-531d-11ea-86ae-b4e96af1c3dd.png) 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...