You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 10, 2024. It is now read-only.
Readme: appimage file dependencies on Ubuntu 22.04.
The command: sudo apt-get install libz1g-dev fuse libfuse-dev
Failed as libz1g-dev did not exist:
Fixed (at least in my attempt) by: sudo apt-get install zlib1g-dev fuse libfuse-dev
I was able to build a build close to the 2.0.3 version. Artificats are up there.
I then wanted to build a current sources. So instead of deleting my Arduino fork and then fork again, I
tried to simply reset my github project to be in sync with the main branch:
git reset --hard upstream/main
git push --force origin main
I then went through the steps of doing the patch... And started the build, which failed.
@per1234 (ptillisch in Arduino thread) - mentioned that maybe it might be related to the changes to the Arduino build infrastructure, from the PR: arduino/arduino-ide#1757
Note: I had some interesting failures on the first run that failed where the RPI4 running on SSD was stuck in some printing out real low level failures about disk writes failing. Will try to track more of that one down to see if related or not.