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: [email protected] [mailto:[email protected]] 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 [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
