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

Igor Stasenko siguctua at gmail.com
Wed Oct 3 09:37:13 UTC 2012


On 3 October 2012 10:35, Mariano Martinez Peck <marianopeck at gmail.com> wrote:
>
>
>
> 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)
>
>
Normally, what you should do is to create own subclass of existing
config class (XXXConfig),
or create new one.

>>
>> 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
>
>



-- 
Best regards,
Igor Stasenko.


More information about the Vm-dev mailing list