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: content/Software Support/Upload/About-error-messages-with-exit-status.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
---
2
-
title: "Error: exit status 1"
2
+
title: 'About error messages with "exit status"'
3
3
id: 360016955139
4
4
---
5
5
6
-
**Exit status 1** is used in some error messages to indicate that a process has finished (or "exited") in failure. Other parts of the error message will often contain more specific information.
6
+
Error messages that occur when Arduino IDE is compiling or uploading a sketch can include an exit status.
7
+
8
+
**Exit status 1** indicates that a process has finished (or "exited") in failure. Other parts of the error message will often contain more specific information.
7
9
8
10
Your error output may end with one of these lines:
0 commit comments