-
-
Notifications
You must be signed in to change notification settings - Fork 446
Compiling Arduino IDE from source throws errors #2007
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! Thanks for taking the time to report the issue. You need
We have to improve the documentation. Closing as a duplicate of #474. If you have |
@kittaakos thanks for the quick reply. Unfortunately, I do have
Is there anything else that could be the issue? Maybe the versions, or some other undocummented prereq. dependency is needed? |
No questions about it. That's why we have #474. IDE2 needs to build the CLI if it's using a non-released version. For the time being, please reference the CLI prerequisites here. I do not have the bandwidth to look into this issue right now, but here are my local versions:
I will get back to this issue hopefully soon. Please bear with me. Thanks! |
thanks @kittaakos and no worries, I'll try out some things, if I manage to sort it out myself will post here |
Describe the problem
I'm running Ubuntu and I am following the github guide on how to compile Arduino IDE, but
yarn
is failing.I installed all the dependencies needed that are listed on the above page, as well as on Theia's prereqs guide
Issue
When executing
yarn
in the repo root, it fails wih the following:For some reason it seems
go:build
fails? I'm runninggo1.18.1
. Do I need a different go version? Also, why isn't go documented as a prereq anywhere?Expected
Succesfully run commands and move on to building, running the project, etc.
Prereq versions
To reproduce
yarn
~ Fails with the above errors
Expected behavior
Arduino IDE version
branch=main;commit = eb1f247
Operating system
Linux
Operating system version
Ubuntu 22.04.1 LTS
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: