arduino / arduino-builder

A command line tool for compiling Arduino sketches
GNU General Public License v2.0
457 stars 114 forks source link

avr-g++: error: device-specs/specs-attiny3226: No such file or directory #373

Closed haroldmoore closed 2 years ago

haroldmoore commented 2 years ago

ATtiny3216 an ATtiny 3217 compile up fine but when I try ATtiny3226 or ATtiny3227 I get this :

avr-g++: error: device-specs/specs-attiny3226: No such file or directory

I used 1.8.13 as required, but still no cigar! how can I correct this? is there an easy way?

Thanks in Advance!

Harold

per1234 commented 2 years ago

Hi @haroldmoore. Thanks for your interest in this open source project. This issue tracker is only to be used to report bugs or feature requests for the arduino-builder tool. I don't see any evidence that this is caused by a problem in arduino-builder so I think it will be more appropriate to discuss this further over on the Arduino Forum. I'm sure we will be able to help you out over there:

https://forum.arduino.cc/

You can also take a look at this Arduino Help Center article about an error message in a similar form: https://support.arduino.cc/hc/en-us/articles/360016119659-Windows-avr-g-error-device-specs-specs-atmega328p-No-such-file-or-directory


Related: https://github.com/arduino/arduino-builder/issues/263

haroldmoore commented 2 years ago

thanks, looks like the fix was a total uninstall of everything, and then re-install, so far so good, knock on wood.....

Harold

On Thu, Dec 30, 2021 at 12:38 PM per1234 @.***> wrote:

Hi @haroldmoore https://github.com/haroldmoore. Thanks for your interest in this open source project. This issue tracker is only to be used to report bugs or feature requests for the arduino-builder tool. I don't see any evidence that this is caused by a problem in arduino-builder so I think it will be more appropriate to discuss this further over on the Arduino Forum. I'm sure we will be able to help you out over there:

https://forum.arduino.cc/

You can also take a look at this Arduino Help Center article about an error message in a similar form:

https://support.arduino.cc/hc/en-us/articles/360016119659-Windows-avr-g-error-device-specs-specs-atmega328p-No-such-file-or-directory

— Reply to this email directly, view it on GitHub https://github.com/arduino/arduino-builder/issues/373#issuecomment-1003174467, or unsubscribe https://github.com/notifications/unsubscribe-auth/AV2T5V2WBZGWARGDMNFGYJTUTS7NZANCNFSM5K77OHBQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>