I am currently working on architectural simulators and want to know how to install a cross compiler for ARM arch for Python language on X86 architecture on OS ubuntu 16.04 I already have installed the ARM toolchain of arm-linux-gnueabi-gcc and arm-linux-gnueabi-g++ But these are for c and C++ respectively. How do I compile python programs for ARM ISA
Thanks in advance Nirmol Munvar