I am encountering build process failing at initial stage due to following messages :
build initiated with following command:
make flash-neutrino-jffs2-all yadd-enigma <R>
/usr/bin/install -c -d /home/shylock_1/tuxbox/cdkflash
touch .deps/directories
( rm -rf binutils-2.20.51.0.2 || /bin/true ) && bunzip2 -cd /home/shylock_1/tuxbox/cdk/Archive/binutils-2.20.51.0.2.tar.bz2 | TAPE=- tar -x && ( cd binutils-2.20.51.0.2; patch -p1 < ../Patches/binutils.diff ) && ((for f1 in config.guess config.sub; do (for f2 in `find binutils-2.20.51.0.2 -name $f1`; do (test -e $f2 && rm -f $f2 && ln -s /home/shylock_1/tuxbox/cdk/Patches/$f1 $f2 && echo "updated $f2")


/bin/sh: patch: command not found
make[1]: *** [.deps/binutils] Error 127
make[1]: Leaving directory `/home/shylock_1/tuxbox/cdk'
make: *** [/home/shylock_1/tuxbox/cdkflash/jffs2.flfs1x] Error 2
Any clue where I can find this patch? On which file this patch applied for?
Thanks
shy