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
Linux: Make sure that you have 32-bit libraries and X11 installed, and that the squeak.sh script is executable.
Run the script with the image file as a parameter.
But I cannot find which libraries are necessary on squeak.org. So installing them on this ubuntu 22.04 64bit arm VM is tricky.
The text was updated successfully, but these errors were encountered:
The snippet is no longer correct.
It stems from the time when 32bit vm+image was predominant, even on x86_64.
But in particular for aarch64/armv8, this snippet is no longer correct.
The following is not a fix but, if at all, a workaround:
The script for preparing CI for the OpenSmalltalk-VM contains all dev-libraries necessary to build the VM: https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/Cog/scripts/ci/actions_prepare_linux_arm.sh
Transitively, that installs all runtime libraries for the dev libraries.
This is definitively more than strictly necessary but should get you at least a working VM.
On May 3, 2022, at 8:54 AM, Paul DeBruicker ***@***.***> wrote:
Hi -
I'm trying to see if the squeak linux ARM vm Smalltalk>>#highResClock works. The pharo one does not. So AndreasSystemProfiler doesn't work.
On the squeak.org website, downloads page, Advanced section (https://squeak.org/downloads/) there is this snippet:
Linux: Make sure that you have 32-bit libraries and X11 installed, and that the squeak.sh script is executable. Run the script with the image file as a parameter.
But I cannot find which libraries are necessary on squeak.org. So installing them on this ubuntu 22.04 64bit arm VM is tricky.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Hi -
I'm trying to see if the squeak linux ARM vm
Smalltalk>>#highResClock
works. The pharo one does not. So AndreasSystemProfiler doesn't work.On the squeak.org website, downloads page, Advanced section (https://squeak.org/downloads/) there is this snippet:
But I cannot find which libraries are necessary on squeak.org. So installing them on this ubuntu 22.04 64bit arm VM is tricky.
The text was updated successfully, but these errors were encountered: