[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Trouble running OSVM in an Ubuntu 20/aarch64 docker (raspi) (#544)

Tobias Pape notifications at github.com
Wed Dec 30 16:59:14 UTC 2020


The Pi is an ARM system, not an Intel system. It runs with the ARM 64-bit instruction set, called `aarch64`. 

The VM you have is for "intel" 64-bit, aka `x64`, or `x86_64` or `amd64` and so on.

The VN is not for your processor. you need to download the ARM variant ( “Linux (ARM)” in the Screenshot )
<img width="372" alt="Bildschirmfoto 2020-12-30 um 17 57 04" src="https://user-images.githubusercontent.com/119279/103368675-79a98700-4ac8-11eb-82c4-13453ec4a22b.PNG">

Note that you probably need some libraries, too, because the VM is for the Raspberry-Pi 2 and 3 compatible ARMv6 instruction set (which is a 32-bit one) so you might need some multi-arch support in ubuntu.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/544#issuecomment-752690082
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20201230/342e6d34/attachment.html>


More information about the Vm-dev mailing list