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
I guess MSBuild does not like error being printed to stderr, because it sure fails the custom build task of sketch generation whenever non-fatal errors are printed by arduino-prelude.
The quickfix is to grab Ninja on-the-fly like we do arduino-prelude; the correct fix is to find out how to make MSBuild not suck
Fix the spurious errors, and transform/filter the flags from MS -> GNU format (well, keep only the defines, incdirs, and force-includes)The text was updated successfully, but these errors were encountered: