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: FreeRTOS Info
Subject: Re: [lwip-users] having trouble with 'ethernetif_init' & 'ethernetif_input'
Date: Mon, 04 Jul 2011 09:11:12 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11

This would seem to just be a build error, rather than anything lwIP
specific.

You say you have the header file with the function prototypes in the
same directory as the main.c file, so two things come to mind immediately.

First - which C file actually contains the implementations of those two
functions, and is that C file included in your build?

Presumably, the compiler is finding the header file, as the error is not
telling you it can't find the header file, just that the functions it
contains prototypes for cannot be found.


Regards,
Richard.

+ http://www.FreeRTOS.org
Designed for Microcontrollers.
More than 7000 downloads per month.




On 03/07/2011 19:33, Alberto 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.
> 
>  
> 
> These functions are located in alteraTseEthernetif.h in the same
> directory as main.c and the file calls to "lwip/netif.h".
> 
>  
> 
> I don’t know what would be the cause of this error.
> 
>  
> 
> Any suggestion please?
> 
> 
> 
> _______________________________________________
> lwip-users mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/lwip-users




reply via email to

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