lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] I need help with generating ecos packge for lwIP


From: address@hidden
Subject: Re: [lwip-users] I need help with generating ecos packge for lwIP
Date: Wed, 18 May 2011 21:49:24 +0200
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10

Elad Yosef wrote:
But I get the following errors:

address@hidden:~/Desktop$ ./make_epk.sh
test: 8: /home/eladidy/Downloads/contrib-1.4.0/contrib-1.4.0/ports/old/ecos:
unexpected operator
No idea.
test: 14: /home/eladidy/Downloads/lwip-1.4.0: unexpected operator
cp: cannot stat `/home/eladidy/Downloads/lwip-1.4.0/src/core/inet.c':
No such file or directory
Unfortunately, I can't help you much on ecos, but inet.c has been moved from "core" to "core/ipv4" since it only contained ipv4-relevant code. However, the inet.c coming with 1.4.0 is empty, anyway, so you could leave it out altogether...
cp: cannot stat
`/home/eladidy/Downloads/lwip-1.4.0/src/include/netif/loopif.h': No
such file or directory
The loopif funcionality has been built in to netif.h so that loopback is supported for every netif's local address (not only for 127.0.0.1, as it was before).
cp: cannot stat
`/home/eladidy/Downloads/lwip-1.4.0/src/netif/loopif.c': No such file
or directory
Same as above.
cp: cannot stat
`/home/eladidy/Downloads/lwip-1.4.0/src/netif/ppp/vjbsdhdr.h': No such
file or directory
Don't know what happend to that file, but since it is not included in 1.4.0, just remove it from the script.
Can someome help please
Hope that helped.

Simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]