<p></p>
Greetings all,<br>
<br>
The vm-display-fbdev (a.k.a. framebuffer display) has been integrated <br>
into opensmalltalk-vm.<br>
Thanks Eliot!<br>
<br>
This has been tested with both Squeak and Cuis images on amd64 and <br>
arm64/aarch64.<br>
<br>
This requires Linux framebuffer support (/dev/fb0) and libevdev <br>
('/usr/include/libevdev-1.0/libevdev/libevdev.h').<br>
<br>
Hardware tested:<br>
   LePotato (aml-s905x-cc; Armbian Linux; libc)<br>
   Raspberry Pi 3 & 4 (Alpine Linux; MUSL)<br>
   A very old Dell amd64 box (Alpine Linux; MUSL)<br>
<br>
Right now the MUSL builds require manual help.<br>
<br>
E.g.<br>
   cd build.linux64ARMv8/squeak.cog.spur/build<br>
   ./mvm<br>
   y   ## answer to 'clean?'<br>
--> breaks on vm-display-fbdev build<br>
   cd vm-display-fbdev<br>
   make<br>
   cd ..<br>
   ./mvm<br>
   n  ## answer NO to 'clean?'<br>
<br>
The build then proceeds to completion and checks out fine.<br>
<br>
Does anyone out there know about how to get 'automake' <br>
('platforms/unix/config/configure' script) to do the right thing here?<br>
<br>
Desired goal is for<br>
   -DMUSL<br>
and<br>
   -DUSEEVDEV<br>
CFLAGS to be set and have the 'mvm' script make vm-display-fbdev without <br>
manual intervention.<br>
<br>
Thanks a bunch for any help!<br>
-KenD<br>
<br>


<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/pull/450#issuecomment-687674852">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEW45HP3TI3CWRUKNHLDSELBHDANCNFSM4JYBTAVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AIJPEW3ANVPABHXQIPTC2XLSELBHDA5CNFSM4JYBTAVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFD6RLZA.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/pull/450#issuecomment-687674852",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/450#issuecomment-687674852",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>