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: Simon Goldschmidt
Subject: Re: [lwip-users] multiple timers.c in project
Date: Fri, 18 Jul 2014 11:02:25 +0200

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



reply via email to

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