lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] multiple timers.c in project


From: Sebastian Subik
Subject: Re: [lwip-users] multiple timers.c in project
Date: Fri, 18 Jul 2014 14:46:58 +0200

Thanks Simon,

I hoped that there are better solutions available, but your solution should 
definitely work.
Maybe lwip can consider renaming their timers.c within a future release to 
avoid such kind of problems...

Best
Sebastian

-----Ursprüngliche Nachricht-----
Von: address@hidden [mailto:address@hidden Im Auftrag von Simon Goldschmidt
Gesendet: Freitag, 18. Juli 2014 11:02
An: Mailing list for lwIP users
Betreff: Re: [lwip-users] multiple timers.c in project

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
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users




reply via email to

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