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
after installing tinygo per the website on Raspberry Pi 5 I get the following error when I type "tinygo version":
tinygo: error while loading shared libraries: libdl.so.2: ELF load command address/offset not page-aligned
I have never heard of ELF load, so I don't know what to do. Can anyone enlighten me?
The text was updated successfully, but these errors were encountered:
I was able to find out what was going on and didn't need to deal with any ELF load. It was that the apt-get did not install the correct tinygo version for the Raspberry Pi 5. Since its a 64 bit system it needs the tinygo0.34.0.linux-arm64.tar.gz to be installed. I got it from the https://github.com/tinygo-org/tinygo/releases website and installed it and now tinygo works perfectly!
after installing tinygo per the website on Raspberry Pi 5 I get the following error when I type "tinygo version":
tinygo: error while loading shared libraries: libdl.so.2: ELF load command address/offset not page-aligned
I have never heard of ELF load, so I don't know what to do. Can anyone enlighten me?
The text was updated successfully, but these errors were encountered: