Philippe Gerum wrote:
Ashri, Sarit wrote:

Hi,

I'm trying to build Xenomai 2.0.1 with MVM support.
My target board is PPC and I use patched Linux 2.6.13.4 with it + Xenomai 2.0.1 , cross compiled with the flags: ARCH=ppc
CROSS_COMPILE=ppc_82xx:


The simulator is a _host_ based tool, not a target one, so you don't
want to cross-compile it for your target, it's a native compilation from and for your build system. Make sure to read sim/README to get the software package deps, then select the simulation build in the config menu, and specify a valid path to a GCC-2.95.3 archive as specified.

While you are at it, also make sure to read sim/doc/mvm-manual.txt to get a detailed explanation about what the simulator does and how it does it. It's an event-driven simulation engine working at source code level, not a CPU emulator.

--

Philippe.

Reply via email to