Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem #14

Closed
popunia1 opened this issue Apr 9, 2024 · 2 comments
Closed

problem #14

popunia1 opened this issue Apr 9, 2024 · 2 comments

Comments

@popunia1
Copy link

popunia1 commented Apr 9, 2024

Hi, I have a problem. I decided to connect my 5.25 floppy disk drive to the computer in this way, connected all the wires, connected the adruino nano to the computer, started downloading the sketch and an error appeared: "

avr-g++: error: {build.define0}: No such file or directory
avr-g++: error: {build.define1}: No such file or directory
avr-gcc: error: {build.define0}: No such file or directory
avr-gcc: error: {build.define1}: No such file or directory
avr-g++: error: {build.define0}: No such file or directory
avr-g++: error: {build.define1}: No such file or directory
avr-g++: error: {build.define0}: No such file or directory
avr-g++: error: {build.define1}: No such file or directory
avr-g++: error: {build.define0}: No such file or directory
avr-g++: error: {build.define1}: No such file or directory

exit status 1

Compilation error: exit status 1

". I'm not good at this and I'd appreciate your help.

@dhansel
Copy link
Owner

dhansel commented Apr 10, 2024

Does the "blink" example compile? (Select File->Examples->01. Basics->Blink, then try to compile).
Also make sure to select the Arduino Nano as the board (in the "Tools" menu).

I have never seen these errors before. It looks like something is wrong with your Arduino IDE installation.
Are you on Windows? If so, I would recommend re-installing the Arduino IDE.

@popunia1
Copy link
Author

as a result, I installed the old version of IDE and everything worked out, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants