2008-12-24 23:25:14 error in building the project in eclipse.
Kaustubh Vaidya (INDIA)
Message: 67092
Hi
I am using fedora 8 as OS. I have installed eclipse 3.4 along with CDT 5.0 & Blackfin plugins.after this installation I was configuring the eclipse to debug the application so I followed instructions given in http://docs.blackfin.uclinux.org/doku.php?id=toolchain:eclipse#debugging_using_eclipse
I created new configuration for builder as give on url .But when I try to build the project it gives me error make: *** No rule to make target `make'. Stop. So I ran command make xconfig from console to check what is getting wrong i got this message-
[root@peacock uClinux-dist]# make xconfig
config/mkconfig > config.in
make -C /home/kvvaidya/uClinux-dist/config/scripts tkparse
make[1]: Entering directory `/home/kvvaidya/uClinux-dist/config/scripts'
make[1]: `tkparse' is up to date.
make[1]: Leaving directory `/home/kvvaidya/uClinux-dist/config/scripts'
ARCH=dummy /home/kvvaidya/uClinux-dist/config/scripts/tkparse < config.in > config.tmp
cat /home/kvvaidya/uClinux-dist/config/scripts/header.tk >> ./config.tk
cat config.tmp >> config.tk
rm -f config.tmp
echo "set defaults \"/dev/null\"" >> config.tk
echo "set help_file \"config/Configure.help\"" >> config.tk
cat /home/kvvaidya/uClinux-dist/config/scripts/tail.tk >> config.tk
chmod 755 config.tk
make: wish: Command not found
make: *** [xconfig] Error 127
so what is this - make: wish: Command not found
make: *** [xconfig] Error 127
error?
How I can remove this error?
Thank You...............................................
QuoteReplyEditDelete
2008-12-25 03:26:57 Re: error in building the project in eclipse.
Mike Frysinger (UNITED STATES)
Message: 67094
please read the documentation. wish is provided by tk:
http://docs.blackfin.uclinux.org/doku.php?id=installing_linux