Hello I am trying to compile Spur VM in Windows 8.1. As far as I understand Spur VM needs the Pharo 5.0 image format, is that right? |
https://github.com/estebanlm/pharo-vm/tree/spur64
because I still do not merge with master instructions should work, but right now you WILL NOT be able to build a VM, because there is a bug in OpalCompiler who prevents building the VM in spur images… and probably there are other issues, I couldn’t test further. So I would say you need to wait until I can restore the builds here: https://ci.inria.fr/pharo/view/5.0-VM-Spur/job/PharoVM-spur32/ (it’s been almost one month since I cannot build :( ) Esteban
|
btw you might be able to build SpurVM using an old non-spur Pharo 5.0 image… not sure, but I do not see a reason why you couldn’t :)
Esteban
|
Hola Esteban :) HernánAs suggested, I am using sources from https://ci.inria.fr/pharo/view/VM/job/PharoVM/Architecture=32,Slave=vm-builder-win/ I have some questions: 1) The sources.tgz file in CI already includes the generated C code (in src/ directories) and CMake files (in build/ directories) ? So for checking the build it would not be necessary to evaluate "PharoVMBuilder buildWin32". 2) Just out of curiosity, VMMakerTool is usable these days? 3) I evaluated : PharoVMBuilder buildWin32. and received a lot of warnings (conflicting return types, undeclareds, etc) in Transcript - attached - Is this expected or should I try to update PharoVMMaker? And if so, from where? 2016-01-06 16:08 GMT-03:00 Esteban Lorenzano <[hidden email]>:
buildWarnings.txt (12K) Download Attachment |
Hi Hernan,
I never built the VM using those sources, so I don’t know how it will go. In general, I think what you say is ok.
Nope, we use CMakeMaker (could work, never tried).
I think you are “safe to go” with those warnings. I should review them, though. Esteban
|
Free forum by Nabble | Edit this page |