Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation doesn't work #436

Open
ashburnbob opened this issue Oct 25, 2024 · 1 comment
Open

installation doesn't work #436

ashburnbob opened this issue Oct 25, 2024 · 1 comment

Comments

@ashburnbob
Copy link

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?

@ashburnbob
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant