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

Igor Stasenko siguctua at gmail.com
Wed Oct 3 11:57:13 UTC 2012


On 3 October 2012 13:39, Denis Kudriashov <dionisiydk at gmail.com> wrote:
>
> Thank's. I will try.
>
> Another question.
> I generate sources on my windows machine then I copy it to phone build dir.
> So by default I have absolute path to my pharo dir inside generated files.
> Can I somehow specify custom path?
> Now I replace it manually in generated files (by some tool)

Check  #setupDirectories: method ,
you can override it to suit your needs (like use relative dirs all the
way), if you want.

>
> 2012/10/3 Igor Stasenko <siguctua at gmail.com>
>>
>>
>> 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.
>
>
>



-- 
Best regards,
Igor Stasenko.


More information about the Vm-dev mailing list