help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] GNU Smalltalk and cross-building images


From: Holger Hans Peter Freyther
Subject: [Help-smalltalk] GNU Smalltalk and cross-building images
Date: Sat, 17 Sep 2011 20:11:08 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.21) Gecko/20110831 Lightning/1.0b2 Thunderbird/3.1.13

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.

]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]