[Vm-dev] Squeak 4.1 VM crash

Rob Withers reefedjib at yahoo.com
Sun Jun 27 17:11:33 UTC 2010


Thank you, Eliot!!

0 tinyBenchmarks
with Squeak v4.1 VM:  '480300187 bytecodes/sec; 14306146 sends/sec'
with Cog.v17 VM:         '487619047 bytecodes/sec; 43062061 sends/sec'

Rob

--------------------------------------------------
From: "Rob Withers" <reefedjib at yahoo.com>
Sent: Sunday, June 27, 2010 1:03 PM
To: "Squeak Virtual Machine Development Discussion" 
<vm-dev at lists.squeakfoundation.org>
Subject: Re: [Vm-dev] Squeak 4.1 VM crash

>
> Yay!   That was it!   The make completed!   I now have a working 
> Cog.17.exe and I saved the supplied VMMaker-Squeak4.1.image as Cog.image. 
> Thank you, Bob
>
> The HowToBuild says:
>
> 4. At the end of this process you should have a brand new Croquet VM in 
> the
>   cygwinbuild/build/vm folder (make sure you transfer Squeak.map along 
> with it)
>
> Do I need the map file?   What's it for?
>
> Cheers,
> Rob
>
> ----
> The Modern Whig Party of Virginia - http://vawhigs.org
>
>
>
> --------------------------------------------------
> From: "Bob Westergaard" <bwestergaard at gmail.com>
> Sent: Sunday, June 27, 2010 12:15 PM
> To: "Squeak Virtual Machine Development Discussion" 
> <vm-dev at lists.squeakfoundation.org>
> Subject: Re: [Vm-dev] Squeak 4.1 VM crash
>
>>
>> On Sun, Jun 27, 2010 at 6:43 AM, Rob Withers <reefedjib at yahoo.com> wrote:
>>>
>>> ...
>>> Robert at Quotar /cygdrive/c/Cog/cygwinbuild
>>> $ make eitheror.exe
>>> Makefile:281: warning: overriding commands for target `Croquet.res'
>>> Makefile:263: warning: ignoring old commands for target `Croquet.res'
>>> make: `eitheror.exe' is up to date.
>>>
>>> ...
>>> -----------------------------------------------------
>>> make: eitheror.exe: Command not found
>>
>> I had this problem when I was building the VM at work.  The problem
>> turned out to be that eitheror.exe (and those other utilities) where
>> not in my search path.
>>
>> To see if this is the case for you try something like:
>>
>>   $ PATH=$PATH:. make
>>
>> If that works, then you need to add your current directory to your path.
>>
>> -- Bob
> 


More information about the Vm-dev mailing list