Closed NewtronReal closed 1 month ago
@NewtronReal please don't download the file from that comment. It is malware. If you did download it and unzipped it, then take immediate action to secure your system from infection.
I have deleted the comment and reported @Kudjo-Grand to GitHub.
@Kudjo-Grand I see you have some previous activity that appears to be legitimate. Your account may have been hacked. You should take immediate action to secure your account so that it is not used further for malicious purposes.
arduino-ide-extension: Failed to execute go with args: ["build"]
@NewtronReal do you have Go version 1.21 or newer installed on your computer?
Go is an (unfortunately undocumented) prerequisite for building Arduino IDE from source (it isn't actually used for the Arduino IDE application, but rather for its helper tools).
So if you don't have Go installed, install version 1.21 or newer and then try again. Please let me know if you are then able to build it successfully.
If you need to manage multiple Go versions on your system, I can recommend the gvm version manager.
@NewtronReal please don't download the file from that comment. It is malware. If you did download it and unzipped it, then take immediate action to secure your system from infection.
I have deleted the comment and reported @Kudjo-Grand to GitHub.
@Kudjo-Grand I see you have some previous activity that appears to be legitimate. Your account may have been hacked. You should take immediate action to secure your account so that it is not used further for malicious purposes.
Thanks fortunately the files was supported neither by the architecture nor by the operating system i use.
arduino-ide-extension: Failed to execute go with args: ["build"]
@NewtronReal do you have Go version 1.21 or newer installed on your computer?
Go is an (unfortunately undocumented) prerequisite for building Arduino IDE from source (it isn't actually used for the Arduino IDE application, but rather for its helper tools).
So if you don't have Go installed, install version 1.21 or newer and then try again. Please let me know if you are then able to build it successfully.
If you need to manage multiple Go versions on your system, I can recommend the gvm version manager.
Thank you the software has been successfully build and running on my system.
Describe the problem
I couldn't find a build of arduino ide 2 for arm linux distros apart from the rpi unofficial one which has been discontinued since version 2.2. So I tried compiling it my own in my macbook air 2020 m1. And I get the following error.
To reproduce
Compile it on asahi fedora remix after installing the dependencies.
Expected behavior
Compile without errors.
Arduino IDE version
2.3.2
Operating system
Linux
Operating system version
Fedora 40
Additional context
Using Asahi linux
Issue checklist