[Vm-dev] Building StackVM on ARM linux meego-hartmann

Mariano Martinez Peck marianopeck at gmail.com
Wed Oct 3 08:35:39 UTC 2012


On Wed, Oct 3, 2012 at 10:31 AM, Igor Stasenko <siguctua at gmail.com> wrote:

>
> On 3 October 2012 06:29, Denis Kudriashov <dionisiydk at gmail.com> wrote:
> >
> > Great. I remove it.
> > Now process stopped at ~30% on:
> >
> > tmp/cc33Ks89.s: Assembler messages:
> > /tmp/cc33Ks89.s:90: Error: ARM register expected -- `mov [sp,#844],%edx'
> > /tmp/cc33Ks89.s:118: Error: bad instruction `fldl [r0,#0]'
> > make[2]: ***
> [IA32ABI/CMakeFiles/IA32ABI.dir/cogVM/blessed/platforms/Cross/plugins/IA32ABI/ia32abicc.c.o]
> > Ошибка 1
>
> so remove that plugin from a build.
>

something like this:


It is not a fix, but maybe you can jus workaround by excluding the Sound
plugin?

| conf |
conf := XXXConfig new.
conf  internalPlugins: (conf internalPlugins copyWithout: #LocalePlugin).
conf generateSources; generate.

(or just remove it from #defaultInternalPlugins)



> You should start from minimum set of plugins and then proceed adding
> more once you can make them compiling/working.
>
> > make[1]: *** [IA32ABI/CMakeFiles/IA32ABI.dir/all] Ошибка 2
> >
> > 2012/10/3, Eliot Miranda <eliot.miranda at gmail.com>:
> >>
>
>
>
> --
> Best regards,
> Igor Stasenko.
>



-- 
Mariano
http://marianopeck.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20121003/3b57573a/attachment.htm


More information about the Vm-dev mailing list