Hi all, I've been having trouble uploading anything getting an exit status 1 error. I'm using an UNO on a usb port but the port isn't there and instead has a serial port that doesn't exist on my pc, I've tried almost everything to get the port to show but it still wont work. I don't know if that's the upload problem but i really need help on this.
Hi @yousif13524. I'm going to ask you to post the full verbose output from an upload attempt.
This procedure is not intended to solve the problem. The purpose is to gather more information.
Please do this:
- Select File > Preferences... (or Arduino IDE > Settings... for macOS users) from the Arduino IDE menus.
The "Preferences" dialog will open. - Uncheck the box next to Show verbose output during:
☑
compilation in the "Preferences" dialog. - Check the box next to Show verbose output during: ☐ upload.
- Click the "OK" button.
The "Preferences" dialog will close. - 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
<CODE/>
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 the Ctrl+V keyboard shortcut (Command+V for macOS users).
This will paste the error output from the upload into the code block. - Move the cursor outside of the code block markup before you add any additional text to your reply.
- Click the "Reply" button to post the output.
I'm not sure I understood correctly what you mean by this. Do you see this serial port in Arduino IDE's Tools > Port menu?
Please provide a detailed description of what you mean by "show". Where are you expecting the port to "show" at? Do you see it in Arduino IDE's Tools > Port menu?
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.