I followed the http://ecos.sourceware.org/build-toolchain.html to build a arm toolchain,but it cann't be finished successfully when I input the "make -w all install 2>&1 | tee make.out" in cygwin,the log is :
make: Entering directory `/tmp/build/binutils' Making info in doc make[1]: Entering directory `/tmp/build/binutils/doc' make[1]: Nothing to be done for `info'. make[1]: Leaving directory `/tmp/build/binutils/doc' Making info in po make[1]: Entering directory `/tmp/build/binutils/po' make[1]: Nothing to be done for `info'. make[1]: Leaving directory `/tmp/build/binutils/po' make[1]: Entering directory `/tmp/build/binutils' make[1]: Nothing to be done for `info-am'. make[1]: Leaving directory `/tmp/build/binutils' make all-recursive make[1]: Entering directory `/tmp/build/binutils' Making all in doc make[2]: Entering directory `/tmp/build/binutils/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/build/binutils/doc' Making all in po make[2]: Entering directory `/tmp/build/binutils/po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/build/binutils/po' make[2]: Entering directory `/tmp/build/binutils' make[2]: *** No rule to make target `../bfd/bfdver.h', needed by `size.o'. Stop. make[2]: Leaving directory `/tmp/build/binutils' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/build/binutils' make: *** [all] Error 2 make: Leaving directory `/tmp/build/binutils' I don’t know why,could anyone help me out?thanks very much! -----邮件原件----- 发件人: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 代表 Alperen Coskun 发送时间: 2007年10月31日 17:30 收件人: ecos discuss 主题: [ECOS] socket.cxx (recvmsg()) problem Hi all, I want to understand how athttp server receives data from the socket. I followed the related functions till; error = ops->recvmsg(fp,&msg,fromlen,&ret); which is in the function recvfrom() in socket.cxx. After that, I couldn't find where that function call is. It doesn't go to the function recvmsg() which is in socket.cxx. I searched for every recvmsg() functions in the packages but I couldn't find an appropriate one. Could anyone help me? _________________________________________________________________ Explore the seven wonders of the world http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
