and the last few lines when it is compiling python

        *)  CC='gcc-cris -mlinux -mno-mul-bug-workaround'
LDSHARED='gcc-cris -mlinux -mno-mul-bug-workaround -shared'
OPT='-DNDEBUG -Os' ./python -E ../Python/setup.py build;; \
        esac
/bin/sh: line 2: ./python: cannot execute binary file
make[3]: *** [sharedmods] Error 126
make[3]: Leaving directory
`/home/broadcast/fox/devboard-R2_01/apps/python/build'
make[2]: *** [build/python] Error 2
make[2]: Leaving directory
`/home/broadcast/fox/devboard-R2_01/apps/python'
make[1]: *** [install-recurse] Error 1
make[1]: Leaving directory `/home/broadcast/fox/devboard-R2_01'
make: *** [everything] Error 2

I wonder whenether the cross compile patch worked. It was throwing an
error saying that the wget failed and to use --no-check-certificate 

Obviously above teh python will fail as it s not a x86 app

sh-3.1# file python

python: ELF 32-bit LSB executable, version 1 (SYSV), for GNU/Linux
2.4.5, dynamically linked (uses shared libs), for GNU/Linux 2.4.5, not
stripped


Reply via email to