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
Copy file name to clipboardExpand all lines: src/arduino.cc/builder/constants/constants.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,7 @@ const MSG_LIBRARY_CAN_USE_SRC_AND_UTILITY_FOLDERS = "Library can't use both 'src
199
199
constMSG_LIBRARY_INCOMPATIBLE_ARCH="WARNING: library {0} claims to run on {1} architecture(s) and may be incompatible with your current board which runs on {2} architecture(s)."
200
200
constMSG_LOOKING_FOR_RECIPES="Looking for recipes like {0}*{1}"
201
201
constMSG_MISSING_BUILD_BOARD="Board {0}:{1}:{2} doesn''t define a ''build.board'' preference. Auto-set to: {3}"
202
-
constMSG_MISSING_COMPILER_PATH="Third-party platform.txt does not define compiler.path. Please report this to the third-party hardware maintainer."
202
+
constMSG_MISSING_COMPILER_PATH="Third-party platform.txt (package '{0}' platform '{1}') does not define compiler.path. Please report this to the third-party hardware maintainer."
203
203
constMSG_MISSING_CORE_FOR_BOARD="Selected board depends on '{0}' core (not installed)."
0 commit comments