Skip to content

Arduino 1.5.7 - Always does a Full Re-Compile #2255

Closed
@mpflaga

Description

@mpflaga

It appears that feature from: ARDUINO 1.0.1 - 2012.05.21 is broke.

Is no longer working, as Verify appears (at least on windows 7) to always do a full (aka clean) compile rather than a re-compile of only changed files.

Not that this was/is working in 1.5.6r2, and still failing in nightly build "ARDUINO 1.5.8 BETA - not yet released" dated Aug 23 2014 5:18am


I would also point out that this feature always had a problem if the path to the core library directory had any white spaces. Hence the windows installer placing the install by default into the "C:\Program Files (x86)\Arduino." manifested this same symptom. Where a simple work around was to relocate the path as to not have any white spaces, such as "c:\arduino.".


Whereas now the problem is chronic and occurs regardless of paths directory.

Metadata

Metadata

Labels

Component: CompilationRelated to compilation of Arduino sketchesType: RegressionSomething that used to work and now doesn't

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions