I think we'll need the full verbose output from both the compilation in the Arduino IDE and in the Arduino Web Editor. I'll provide specific instructions for both:
Arduino IDE
Please do this:
- Select File > Preferences from the Arduino IDE's menus.
- Check the box next to "Show verbose output during: [] compilation".
- Click the OK button.
- Select Sketch > Verify/Compile from the Arduino IDE's menus.
- Wait for the compilation to finish.
- Click on the black console pane at the bottom of the Arduino IDE window.
- Press Ctrl+A to select all the text.
- Press Ctrl+C to copy the selected text to the clipboard.
- Open a forum reply here by clicking the Reply button.
- Click the
</>icon on the post composer toolbar. This will add the forum's code block markup (```) to your reply to make sure the compilation output is correctly formatted.
- Press Ctrl+V. This will paste the compilation output into the code block.
- Move the cursor outside of the code tags before you add any additional text to your reply.
- Click the Reply button to post the output.
Arduino Web Editor
Please do this:
- From the menu on the left side of the Arduino Web Editor window, click "Preferences".
- Check the box next to "[ ] Always show output panel".
- Check the box next to "[ ] Console: Show verbose output".
- In the sketch pane, click the
(verify) button. - After the compilation finishes, click the icon in the top right corner of the black console window at the bottom of the Arduino Web Editor window that looks like two pieces of paper.
- In a forum reply here, click on the reply field.
- Click the
</>button on the forum toolbar. This will add the forum's code block markup (```) to your reply to make sure the compilation output is correctly formatted.
- Press Ctrl+V. This will paste the compilation output between the code tags.
- Move the cursor outside of the code tags before you add any additional text to your reply.
- Click the Reply button to post the output.