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
Hi @anibaldeboni, I have pushed the static libraries for linux_arm64 into the test-v0.4.x branch. As static builds in go-sdl2 use their own pre-built static libraries, it might be needed to remove the Linaro configuration and the installed SDL2 packages so they won't conflict. Could you try it out?
Hi @veeableful thanks for your support. I'll have a look it will certainly simplify the build process. But it's important to mention that I managed to compile using linaro, the prefix I was using to install the SDL2 lib was wrong, moving it to /usr made the compiling works fine.
Hello,
I'm running a docker image inside WSL on windows 11 trying to compile an app to arm64 but I'm getting this error:
an here is my
Dockerfile
:A similar setup works fine when compiling on Mac M1, but I want to setup a CI to build my app so I need to cross-compile
The text was updated successfully, but these errors were encountered: