You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok it took a bit of investigation but the reason if quite simple. In order to solve arduino/Arduino#3080 (fixed with arduino/Arduino#3435), the whole sketch folder is copied to the build path "sketch" subfolder. Compiling twice, doubles folders nesting, and so on.
Since we can't avoid copying the whole sketch folder to build path "sketch" subfolder, specifying a build path equal to the sketch folder is now illegal, and builder will complain with "Sketch cannot be located in build path. Please specify a different build path"
Compile a sketch with
-build-path = .
(the current working dir)Run the command serveral times. For every run of the builder a recursive
sketch
-dir is createdThe text was updated successfully, but these errors were encountered: