<p></p>
<p>I have tried my luck now with <code>squeak.cog.spur_linux32ARMv6_202003021730</code>, but I keep getting the same error message. A docker container will always use the same architecture/bitness as the host system, won't it?<br>
I am a bit confused: From my Windows Subsystem for Linux (x64), I am used to seeing some kind of "cannot execute binary file: Exec format error" messages if I run a 32-bit application so the bitness does not match. Why don't I see errors like this in my docker container? It looks as if the VM executable itself can be run.</p>
<blockquote>
<p>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.</p>
</blockquote>
<p>Can you give me a pointer on how to find these libraries?</p>
<p>I also tried to compile <code>linux64ARMv8</code> manually, but how can I cross-compile this from my Intel x64 Ubuntu system? The mvm script terminates with: "configure: error: C compiler cannot create executables" and <code>config.log</code> contains "cc1: error: bad value ('armv8-a') for '-march=' switch". The internet says I should use <code>aarch64-linux-gnu-gcc</code> or <code>arm-linux-gnueabi-gcc</code> (not sure which) instead of <code>gcc</code>, but how can I tell mvm to use this? <g-emoji class="g-emoji" alias="exploding_head" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f92f.png">🤯</g-emoji></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/544#issuecomment-752703288">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEW5T5WOGT5FDRE7T723SXNRI3ANCNFSM4VONJ23A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AIJPEW2Y3OCENEJWRCQEAOTSXNRI3A5CNFSM4VONJ23KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFTOVOOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/544#issuecomment-752703288",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/544#issuecomment-752703288",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>