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
The issue I encountered was that it requires apt-get install libpcap-dev and fyneio/fyne-cross/1.3-linux-arm64. After installing libpcap-dev in the container initiated by fyneio/fyne-cross/1.3-linux-arm64 and compiling the program with go build, the program could not run on arm64 Linux, which is why I submitted this issue.
The text was updated successfully, but these errors were encountered:
The issue is that fyne-cross-1.3-linux-arm64 and fyne-cross-1.3-linux-arm are AMD images and require libpcap-dev. However, cross-compiling ARM with AMD images will cause errors. So, is it possible to create images for fyne-cross-1.3-linux-arm64 and fyne-cross-1.3-linux-arm using ARM Linux? I have tried compiling with ARM images without any problems, but even if I package my images as fyne-cross-1.3-linux-arm64 and fyne-cross-1.3-linux-arm, when I try to compile using 'fyne-cross linux -arch arm64 test2.go' on the host machine, it tells me that environment variables are not set or similar issues.
The issue I encountered was that it requires apt-get install libpcap-dev and fyneio/fyne-cross/1.3-linux-arm64. After installing libpcap-dev in the container initiated by fyneio/fyne-cross/1.3-linux-arm64 and compiling the program with go build, the program could not run on arm64 Linux, which is why I submitted this issue.
The text was updated successfully, but these errors were encountered: