<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3700.6699" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Verdana size=2>Hello,</FONT></DIV>
<DIV><FONT face=Verdana size=2>I was trying to build python package for mips 
instruction set processor. First of all is it possible to crozz compile pythone 
package. I am getting errors while doing so....</FONT></DIV>
<DIV><FONT face=Verdana 
size=2>**************ERROR*******************</FONT></DIV>
<DIV><FONT face=Verdana size=2>Parser/pgen ./Grammar/Grammar 
./Include/graminit.h ./Python/graminit.c<BR>Parser/pgen: Parser/pgen: cannot 
execute binary file<BR>make: [Include/graminit.h] Error 126 
(ignored)<BR>Parser/pgen ./Grammar/Grammar ./Include/graminit.h 
./Python/graminit.c<BR>Parser/pgen: Parser/pgen: cannot execute binary 
file<BR>make: [Python/graminit.c] Error 126 (ignored)<BR>case $MAKEFLAGS in 
\<BR>*-s*)&nbsp; CC='mipsel-linux-gcc' LDSHARED='mipsel-linux-gcc -shared' 
OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes' ./python -E ./setup.py -q 
build;; \<BR>*)&nbsp; CC='mipsel-linux-gcc' LDSHARED='mipsel-linux-gcc -shared' 
OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes' ./python -E ./setup.py build;; 
\<BR>esac<BR>/bin/sh: line 1: ./python: cannot execute binary file<BR>make: *** 
[sharedmods] Error 126</FONT></DIV>
<DIV><FONT face=Verdana 
size=2>***************************************</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Verdana size=2>How can I remove these errors....?</FONT></DIV>
<DIV><FONT face=Verdana size=2>Regards<BR>Inpreet 
Singh</FONT></DIV></BODY></HTML>