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

David T. Lewis lewis at mail.msen.com
Wed Oct 3 12:09:23 UTC 2012


On Wed, Oct 03, 2012 at 10:31:55AM +0200, Igor Stasenko 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.
> You should start from minimum set of plugins and then proceed adding
> more once you can make them compiling/working.
> 

FYI, the smallest useable VM requires these plugins:

  BitBltSimulation
  BalloonEnginePlugin
  FilePlugin

But usually you will also want networking, so a good starting point for
a minimal VM is:

  BitBltSimulation
  BalloonEnginePlugin
  FilePlugin
  SocketPlugin

Dave



More information about the Vm-dev mailing list