Hello<br><br>I try to build StackVM on my phone nokiaN9 by mariano blog 
<a href="http://marianopeck.wordpress.com/2011/04/10/building-the-vm-from-scratch-using-git-and-cmakevmmaker/">http://marianopeck.wordpress.com/2011/04/10/building-the-vm-from-scratch-using-git-and-cmakevmmaker/</a><br><br>

It is specific linux meego-hartmann on ARM. <br>So
 I just perform all instructions on my phone terminal app. (generated 
sources from StackUnixConfig I copied to phone prepared dir).<br>CMake command executed successfully. But &quot;make&quot; failed on processing LocalePlugin.<br>I have in console:<br><br>Building C object LocalePlugin/../...Plugin.c o<br>

cc1 error: incorrect key &quot;-m32&quot;<br>cc1 error: incorrect key &quot;-msse2&quot;<br><br>And I found any plugin cmakelists includes such statement:<br><br>add_definitions( -DLSB_FIRST=1 -DUSE_GLOBAL_STRUCT=0 -DCOGMTVM=0 -m32 -g0 -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 <br>

    -DNO_VM_PROFILE=1 -DDEBUGVM=0) <br><br>What do you think? What I can do to fix it?<br><br>P.S. I&#39;am very beginner on C stuff.<br><br>Best regards,<br>Denis