Hi Paolo,

for the OpenEmbedded integration I will need to build a GNU Smalltalk image
for ARM/PPC 32bit on maybe a AMD64 build host. Right now I only have the need
to build an image, any ideas how to approach this best? A script to convert
images, dedicated image writing?

holger

My current deployment script is:

Eval [
    | name img |
    name := Smalltalk arguments at: 1.
    img := Smalltalk arguments at: 2.

    (PackageLoader packageAt: name)
        fileIn;
        start.

    ObjectMemory
        snapshot: img;
        quit.

]


_______________________________________________
help-smalltalk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to