This is what I get when compile with Python selected
case $MAKEFLAGS in \
*-s*) 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 -q build;; \
*) 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
sh-3.1#
Any ideas.
If anyone would like to compile an image for me with Python, and the
bluetooth tools (ussp-push and obex) that would be great.
Cheers
Diarmuid