On Fri, 10 Jun 2005, Dyan Chiang wrote:
Here are the problem.
When I start to build the minimal project. And I make use of the accompany Makefile by 
type "make ARCH=linux"
and some error return:
no make rule to make target ../../../../../lwip/src/core/mem.c

Sounds like you've not got the two CVS modules (lwip and contrib) in the expected place relative to each other. Move them so they are like this:

[EMAIL PROTECTED]:~/savannah> ls
contrib  lwip

[EMAIL PROTECTED]:~/savannah> ls contrib
apps  CVS  ports

[EMAIL PROTECTED]:~/savannah> ls lwip/
CHANGELOG  COPYING  CVS  doc  FILES  README  src

ie. I have the contrib module and the lwip module in separate directories, and these are both in the same directory.

It should work then.  Hope that helps

Kieran


_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to