-
-
Notifications
You must be signed in to change notification settings - Fork 114
avr-g++: error: cannot access device-specs for 'atmega328p' expected at 'device-specs/specs-atmega328p' #263
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
Comments
Hi @kenneth558 , Furthermore, Please close the issue if this answers your doubts, thanks! |
I'll close the issue b/c I'm confident I can enact a workaround for my own needs. The puzzling fact that there are multiple versions of the IDE 1.8.5 (one unzipping with and the other unzipping seemingly without arduino-builder, as gleaned from searching my post-unzip directories) hopefully will not totally block my project's progress further, though it does indicate teamwork issues. As I closed this, I was in the process of looking at the contrasting outputs of the two IDE tar files as shown by running the following command on both of them:
and
The differences between the two zip files, which I don't include here, should be made known to the development team members involved. I feel pretty sure that differences like what you'll see there can produce frustrating scenarios between end users and development team members who assist them when each is using a different setup. |
|
Very nice to know! Thank you and Lord bless!!! |
Ubuntu 16.04 with KDE installed but this error is via ssh at the CLI. Newly installed using the latest golang, arduino-builder and IDE, all installed from respective tar.gz-type files (none from Ubuntu repository), striclty using the default directory locations. I got the error BOTH with AND without running the IDE for it to make the ~/.arduino15 directory on its first compile+download. The download to the board via IDE was successful, unlike results with arduino-builder.
The command lines that produced the error, run from their respective directories, are:
as well as
The IDE executed the following command as it compiles:
and executes the following command as it uploads:
Both also work from CLI via ssh immediately following execution by IDE.
(Note that one error along my travels was
for which I made the following link:
Maybe that was the incorrect way to handle that?????)
I do notice a capitalization difference in the name of the ~/arduino-1.8.5 directory. One of the machines has it existing as ~/Arduino-1.8.5. Will investigate....
...after investigating a few minutes worth, I found that the lower cased directory name came from a file named arduino-1.8.5-linux64.tar.xz while the upper cased directory was from the file named Arduino-1.8.5.tar.xz. Haven't looked yet to see where I got each one....
The text was updated successfully, but these errors were encountered: