"C:\Users\`\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7/bin/avr-g++"
had Arduino running 4 weeks now...had 2 download a driver for TTL-USB chip then it work fine...now tho...i get this error message above...and Arduino is still running the last sketch i ran...any ideas please?
What does the error message say?
Please post the full error message; what you showed is not the full error message.
Did you edit the path to remove your Windows username?
"C:\Users`\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7/bin/avr-g++"
"C:\Users`\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7/bin/avr-g++"
no edit
Hi @alrogue23. Which version of Arduino IDE are you using (e.g., "2.0.1")? The version is shown on the window title bar and also in the Help > About dialog.
I ask for this information because I want to give you the appropriate instructions for the IDE version you are using.
2.0.3
Your username seems to be missing or replaced. There is a backtick in there.
I'm going to ask you to post some additional information that might help us to identify the problem.
NOTE: These instructions will not solve the problem. They are only intended to gather more information which might provide a clue that eventually leads to a solution.
Please do this:
- Select File > Preferences from the Arduino IDE menus.
- Check the box next to "Show verbose output during: ☐ compilation".
- Click the OK button.
- Select Sketch > Verify/Compile from the Arduino IDE menus.
- Wait for the compilation to fail.
- You will see a "Compilation 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 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.
In case the output is longer than the forum software will allow to be added to a post, you can instead save it to a .txt
file and then attach that file to a reply here:
- Open any text editor program.
- Paste the copied output into the text editor.
- Save the file in
.txt
format. - Open a forum reply here by clicking the Reply button.
- Click the "Upload" icon (
) on the post composer toolbar:
- Select the
.txt
file you saved. - Click the Open button.
- Click the Reply button to publish the post.
Alternatively, instead of using the "Upload" icon on the post composer toolbar as described in steps (5) - (7) above, you can simply drag and drop the .txt
file onto the post composer field to attach it.
ok will do soon as i can thanx
exec: "C:\Users\`\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7/bin/avr-g++": file does not exist
Compilation error: exec: "C:\Users\`\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7/bin/avr-g++": file does not exist
exec: "C:\Users\`\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7/bin/avr-g++": file does not exist
Compilation error: exec: "C:\Users\`\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7/bin/avr-g++": file does not exist
@alrogue23 is your Windows user name "`
" (the backtick character)?
alrogue or astroalrogue i will check this
Missing programmer
on burn bootloader
@alrogue23 do you have an ISP programmer connected between your computer and the Arduino board?
Did you already fix the previous error?:
nothing between PC and Arduino...and no not fixed....basically no Arduino happening here...have ordered a new board...
Then you can't do a "Burn Bootloader". That operation requires an ISP programmer.
Then you are wasting your time messing with "Burn Bootloader". That could only help if there was a problem while uploading your sketch. The error you got is from compiling your sketch. It will occur even if you don't have the Arduino board plugged into your computer.
You need to focus on solving the compilation error.
Please answer the question I asked you yesterday:
It is always a good idea to have a spare board on hand, but it is not going to help at all with this particular problem. This is a problem with the software running on your computer. It has absolutely nothing to do with the Arduino board hardware.
zcv