Hello,

I have a small issue when building (cross-compile) the Smalltalk VM on an ARM(v6) embedded linux system (Nano Pi neno and Raspberry Pi Zero) that uses Musl as default libc implementation.

The problem is that the code and the configure script does not have official support for Musl, so I created a patch file that adds support to Musl, you can find the patch here.

With this patch, i am able to cross-compile on the ARM toolchain for my system; with 4 plugins:

FilePlugin \
SqueakSSL \
SqueakFFIPrims \
SocketPlugin

You can find the build script here

For now, i can live with this dirty trick, but i would be verry happy if the mainline VM has official support to Musl.

That's why i create this issue.

Thanks


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.