I would love a way to rebuild the .o in the libraries folder
Is this a possibility for the future?
I would love a way to rebuild the .o in the libraries folder
Is this a possibility for the future?
PostScriptum:I just had to emphesise that I mean a way to rebuild them from the menu, or really, any other way than restarting the arduino enviroment.
From memory this happens when you change the target board? So try swapping between two incompatible boards.
Why do you want this to happen?
--Phil.
I may just switch to recompiling them every time you compile your sketch, like I do with the core.
@follower: I want this to happen simply because I use libraries/classes a lot, almost excessive : and I'm getting a bit bored by always having to delete the .o files when a class is edited (in order for the class to get compiled with the new features).
@mellis: sounds like an excellent idea, that would solve the issue. (at least I think of it as an issue, a small one, but still...)