I need some help with my new arduino IDE 2.0.everytime i compile that its error "exit status 0xc0000135" appear even i compile blink example,that error was happen in esp8266 series but not happen in arduino uno board,what should i do to fix it?
Sorry my english,thank you,
Your topic was MOVED to its current forum category which is more appropriate than the original
I'm sorry this is my first post in forum,can you explain what do you mean
Hi @Apandi57. In order to gather more information that might help us to troubleshoot your problem, I'm going to ask you to post the full output from the upload when in verbose mode.
NOTE: These instructions will not solve the problem. They are only intended to possibly gather some more information about the problem, which might provide a clue that leads to a solution.
Please do this:
- Select File > Preferences from the Arduino IDE menus.
- Uncheck the checkbox next to Show verbose output during:
☑
compilation - Check the checkbox next to Show verbose output during: ☐ upload.
- Click the OK button.
- Attempt an upload, as you did before.
- Wait for the upload to fail.
- You will see a "Upload error: ..." notification at the bottom right corner of the Arduino IDE window. Click the COPY ERROR MESSAGES button on that notification.
- 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 error messages are correctly formatted.
- Press Ctrl+V.
This will paste the error output from the upload 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.
You originally posted the topic in the "Installations and Troubleshooting" section of the forum, which was not such a bad choice, but I felt it belonged more in the "Arduino IDE 2.0" section, so I moved it
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.