Thank&#39;s. I will try.<br><br>Another question.<br>I generate sources on my windows machine then I copy it to phone build dir. <br>So by default I have absolute path to my pharo dir inside generated files.<br>Can I somehow specify custom path?<br>

Now I replace it manually in generated files (by some tool)<br><br><div class="gmail_quote">2012/10/3 Igor Stasenko <span dir="ltr">&lt;<a href="mailto:siguctua@gmail.com" target="_blank">siguctua@gmail.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
On 3 October 2012 10:35, Mariano Martinez Peck &lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt; wrote:<br>
<div class="im">&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Oct 3, 2012 at 10:31 AM, Igor Stasenko &lt;<a href="mailto:siguctua@gmail.com">siguctua@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On 3 October 2012 06:29, Denis Kudriashov &lt;<a href="mailto:dionisiydk@gmail.com">dionisiydk@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Great. I remove it.<br>
&gt;&gt; &gt; Now process stopped at ~30% on:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; tmp/cc33Ks89.s: Assembler messages:<br>
&gt;&gt; &gt; /tmp/cc33Ks89.s:90: Error: ARM register expected -- `mov [sp,#844],%edx&#39;<br>
&gt;&gt; &gt; /tmp/cc33Ks89.s:118: Error: bad instruction `fldl [r0,#0]&#39;<br>
&gt;&gt; &gt; make[2]: *** [IA32ABI/CMakeFiles/IA32ABI.dir/cogVM/blessed/platforms/Cross/plugins/IA32ABI/ia32abicc.c.o]<br>
&gt;&gt; &gt; ïÛÉÂËÁ 1<br>
&gt;&gt;<br>
&gt;&gt; so remove that plugin from a build.<br>
&gt;<br>
&gt;<br>
</div>&gt; something like this:<br>
&gt;<br>
&gt;<br>
&gt; It is not a fix, but maybe you can jus workaround by excluding the Sound plugin?<br>
&gt;<br>
&gt; | conf |<br>
&gt; conf := XXXConfig new.<br>
&gt; conf šinternalPlugins: (conf internalPlugins copyWithout: #LocalePlugin).<br>
&gt; conf generateSources; generate.<br>
&gt;<br>
&gt; (or just remove it from #defaultInternalPlugins)<br>
&gt;<br>
&gt;<br>
Normally, what you should do is to create own subclass of existing<br>
config class (XXXConfig),<br>
or create new one.<br>
<div class="im HOEnZb"><br>
&gt;&gt;<br>
&gt;&gt; You should start from minimum set of plugins and then proceed adding<br>
&gt;&gt; more once you can make them compiling/working.<br>
&gt;&gt;<br>
&gt;&gt; &gt; make[1]: *** [IA32ABI/CMakeFiles/IA32ABI.dir/all] ïÛÉÂËÁ 2<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; 2012/10/3, Eliot Miranda &lt;<a href="mailto:eliot.miranda@gmail.com">eliot.miranda@gmail.com</a>&gt;:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Best regards,<br>
&gt;&gt; Igor Stasenko.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div><span class="HOEnZb"><font color="#888888">&gt; --<br>
&gt; Mariano<br>
&gt; <a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br>
</font></span><div class="HOEnZb"><div class="h5">&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Best regards,<br>
Igor Stasenko.<br>
</div></div></blockquote></div><br>