lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] having trouble with 'ethernetif_init' & 'ethernetif_inp


From: Simon Goldschmidt
Subject: Re: [lwip-users] having trouble with 'ethernetif_init' & 'ethernetif_input'
Date: Mon, 04 Jul 2011 07:39:19 +0200

Alberto <address@hidden> wrote:
> I have a Project in Nios IDE 8.0 and lwIP v1.4.0. Compilation ends with
> errors because ethernetif_init' & 'ethernetif_input' are undefined
> references.

All functions starting with 'ethernetif_' (not 'ethernet_') are part of the 
netif driver that interfaces lwIP to your ethernet interface (or MAC). Since 
the downloadable lwIP code is not a ready-to-use program but only a TCP/IP 
library targeted on portability, there is no driver included. A driver is 
normally written when porting lwIP to some hardware. Since you are using NIOS, 
chances are high that a driver for your MAC already exists.

Simon
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de



reply via email to

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