Re: This interpreter (vers. 6505) cannot read image file (vers. 6521). [FreeBSD]
Posted by
Ben Coman on
Jun 16, 2016; 11:29pm
URL: https://forum.world.st/This-interpreter-vers-6505-cannot-read-image-file-vers-6521-FreeBSD-tp4901267p4901280.html
On Fri, Jun 17, 2016 at 6:04 AM, Petr Fischer <
[hidden email]> wrote:
> Hello, I finally managed linux compatibility layer and all 32bit dependencies on FreeBSD to run official Pharo 5 VM, but got this error:
>
> "This interpreter (vers. 6505) cannot read image file (vers. 6521)."
>
> It's official centos download from pharo.org:
>
http://files.pharo.org/platform/Pharo5.0-centos.zip>
> I downloaded *-centos" package because there is older glibc than 2.15 on FreeBSD (default GNU/Linux distribution from pharo.org needs glibc >= 2.15).
>
> Whats wrong? Thanks! Petr Fischer
The Image file format changed for Spur. You are trying to open a Spur
Image with a non-Spur VM. You need to update your VM. Probably one
of these will do...
http://files.pharo.org/vm/pharo-spur32/linux/stable-20160504.ziphttp://files.pharo.org/vm/pharoS-spur32/linux/stable-20160504.zipThe first is Cog+Spur. The second is StackInterpreter+Spur.
cheers -ben