[Vm-dev] Re: StackVM compilation problem

Esteban Lorenzano estebanlm at gmail.com
Tue Jun 19 11:41:28 UTC 2012


did you run build> ../codegen-scripts/extract-commit-info.sh ?

Esteban

On Jun 19, 2012, at 11:39 AM, Pavel Krivanek wrote:

> 
> I tried some git clone from March and it is working so this must be
> quite new problem.
> 
> -- Pavel
> 
> On Tue, Jun 19, 2012 at 11:10 AM, Pavel Krivanek
> <pavel.krivanek at gmail.com> wrote:
>> Hi,
>> 
>> I'm trying to compile the StackVM on Linux (x86_64) but I get this error:
>> 
>> Linking C executable /tmp/stackvm/blessed/results/StackVM
>> CMakeFiles/StackVM.dir/tmp/stackvm/blessed/src/vm/gcc3x-interp.c.o: In
>> function `L0checkImageVersionFromstartingAt':
>> gcc3x-interp.c:(.text+0x104e5): undefined reference to
>> `sqImageFileReadEntireImage'
>> collect2: error: ld returned 1 exit status
>> make[2]: *** [/tmp/stackvm/blessed/results/StackVM] Error 1
>> make[1]: *** [CMakeFiles/StackVM.dir/all] Error 2
>> make: *** [all] Error 2
>> 
>> I generate the code using:
>> StackUnixConfig new
>>  addExternalPlugins: #( FT2Plugin SqueakSSLPlugin );
>>  addInternalPlugins: #( UnixOSProcessPlugin );
>>  generateSources; generate.
>> Smalltalk snapshot: false andQuit: true.
>> 
>> The CogUnixConfig produces working virtual machine. The StackVM
>> Jenkins job is working well but I do not see any difference in
>> comparison to the process I do. Any Idea?
>> 
>> Cheers,
>> -- Pavel



More information about the Vm-dev mailing list