[Vm-dev] Progress report on CMakeVMMaker for Squeak

gettimothy gettimothy at zoho.com
Sun May 11 19:39:01 UTC 2014


Hi All.



My work plan is to get a StackInterpreter running on Linux32 then Cog then the various permutations of Cog (MT, etc)


I took a lazy day getting sources generated for SqueakStackVM and will be working on the 'generate' thing tomorrow. Hopefully I have some CMakeLists.text in place tomorrow.

 SqueakStackVMBuilder>>buildUnix32
       SqueakStackUnixConfig new
      " internalPlugins: CMakePluginsArrayFactory minimalInternalPlugins;"
       internalPlugins: CMakePluginsArrayFactory unix32DefaultInternalPlugins;
       externalPlugins: CMakePluginsArrayFactory unix32DefaultExternalPlugins;
       generateSources;                   <---------GOT THROUGH HERE TODAY.
      generate.                               <---------I AM HERE TOMORROW.

Cheers,


tty


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20140511/41b5df76/attachment.htm


More information about the Vm-dev mailing list