Compiling Arduino IDE from source throws errors #2007
Labels
conclusion: duplicate
Has already been submitted
topic: documentation
Related to documentation for the project
type: imperfection
Perceived defect in any part of project
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: