[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-users] lwip on w32 platform
From: |
Yigal Hochberg |
Subject: |
[lwip-users] lwip on w32 platform |
Date: |
Wed, 24 Feb 2010 19:54:43 -0500 |
Hello,
I am trying to make the latest cvs lwip work on w32 platform using
msvc60.
Components:
(1) Latest lwip cvs code
(had to change ethernetif.c)
(2) sys_arch.c - from /contrib/ports/win32 + related includes
(3) pcap from http://lwip-win32.googlecode.com/svn/trunk/
one file: net_tap.c + libs: Packet.lib wpcap.lib
Everything compiles and linked ok.
Running it:
Init works ok:
1. open_tap() asks for for networks device (chose Ethernet)
2. Init interface seems to be ok.
Problem:
1. tcpip_thread() calls sys_timeouts_mbox_fetch()
2. sys_timeouts_mbox_fetch() enters tight loop (goto again)
never gets to read the Ethernet port.
Please advise.
Thank you
--
- Yigal
- [lwip-users] lwip on w32 platform,
Yigal Hochberg <=