Sebastian Subik wrote:
> I am using lwip on freeRTOS 7.4.2 and everything is working.
> Now I would like to use additionally the freeROTS timer (defined in timers.c).
> The problem is that my CrossStudio has some linking problems, I think it 
> could not deal with two timers.c within the > same project.
>  
> Although this is not a lwip problem, maybe anyone has faced the same?

ST has obviously 'solved' this by renaming 'timers.c' to 'lwip_timers.c', but 
I'd rather suggest to fix your build to not put all '.o' files in one single 
directory, which should fix it, too. Although I heard some IDEs make it really 
hard to do so...

Simon

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to