All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] (no subject)
@ 2009-03-03 11:32 Vandana Sasidharan
  2009-03-03 11:38 ` Bruno Rouchouse
  0 siblings, 1 reply; 4+ messages in thread
From: Vandana Sasidharan @ 2009-03-03 11:32 UTC (permalink / raw)
  To: xenomai

[-- Attachment #1: Type: text/plain, Size: 653 bytes --]

hi
can anyone give a brief idea about the XENOSIM?
or wher can a get more infomation on xenosim?
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you



[-- Attachment #2: Type: text/html, Size: 800 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xenomai-core] (no subject)
  2009-03-03 11:32 [Xenomai-core] (no subject) Vandana Sasidharan
@ 2009-03-03 11:38 ` Bruno Rouchouse
       [not found]   ` <OFEBB322C4.DB1D01E7-ON6525756E.00403279-6525756E.003FD3E1@domain.hid>
  0 siblings, 1 reply; 4+ messages in thread
From: Bruno Rouchouse @ 2009-03-03 11:38 UTC (permalink / raw)
  To: Vandana Sasidharan; +Cc: xenomai

[-- Attachment #1: Type: text/plain, Size: 1089 bytes --]

Please have a look at:
http://svn.gna.org/viewcvs/xenomai/trunk/sim/README?rev=333&view=markup
http://svn.gna.org/viewcvs/xenomai/trunk/sim/doc/mvm-manual.txt?rev=153&view=markup

--Bruno

2009/3/3 Vandana Sasidharan <vandana.sasidharan@domain.hid>

>
>
> hi
> can anyone give a brief idea about the XENOSIM?
> or wher can a get more infomation on xenosim?
>
> =====-----=====-----=====
> Notice: The information contained in this e-mail
> message and/or attachments to it may contain
> confidential or privileged information. If you are
> not the intended recipient, any dissemination, use,
> review, distribution, printing or copying of the
> information contained in this e-mail message
> and/or attachments to it are strictly prohibited. If
> you have received this communication in error,
> please notify us by reply e-mail or telephone and
> immediately and permanently delete the message
> and any attachments. Thank you
>
>
>
>
> _______________________________________________
> Xenomai-core mailing list
> Xenomai-core@domain.hid
> https://mail.gna.org/listinfo/xenomai-core
>
>

[-- Attachment #2: Type: text/html, Size: 1847 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xenomai-help] [Xenomai-core] (no subject)
       [not found]   ` <OFEBB322C4.DB1D01E7-ON6525756E.00403279-6525756E.003FD3E1@domain.hid>
@ 2009-03-03 14:21     ` Bruno Rouchouse
  2009-03-03 15:56       ` Gilles Chanteperdrix
  0 siblings, 1 reply; 4+ messages in thread
From: Bruno Rouchouse @ 2009-03-03 14:21 UTC (permalink / raw)
  To: Vandana Sasidharan; +Cc: Xenomai-help@domain.hid

[-- Attachment #1: Type: text/plain, Size: 2151 bytes --]

Hi,

the simulator README tells you how to build it:

Building the simulator

You will need the libelf, libpng, tcl8.x/tk8.x and tix41 _development
packages_ in order to build the simulator and its companion tools.
[...]
Since v2.1, the simulator is available as a separate tarball, distinct
from the main Xenomai archive. To build the simulator, you will also
need the latter; the simulator archive should be extracted in
Xenomai's main source tree under the sim/ sub-directory. The following
steps should be followed in order to build and install the simulation
system:

# $xenomai_tar: Main Xenomai tarball
# $xenosim_tar: Simulator tarball
# $xenomai_src: Root of Xenomai's source tree after extraction
# $sim_builddir: Build root for the simulator
# $sim_installdir: Installation directory for the simulator;
# (usually, the same place than used for Xenomai's main system).
# gcc_tarball: Path to a GCC 2.95.3 source archive.

$ tar jxf $xenomai_tar
$ cd xenomai-2.X.Y
$ tar jxf $xenosim_tar
$ mkdir $sim_builddir && cd $sim_builddir
$ $xenomai_src/xenosim-X.Y.Z/configure --prefix=$sim_installdir
--with-gcc-tarball=$gcc_tarball
$ make install

Note that I haven't built it for a long time but I know core developers use
it to implement and debug skins.

Please keep the mailing-list in the loop and note that xenomai-help is
probaby more suitable in this case.

--BR

2009/3/3 Vandana Sasidharan <vandana.sasidharan@domain.hid>

>
>
> hi bruno
>
> thanks but i have gone through these docs.
> I want to know how can i make this xenosim or MVM run on a fedora core?
>
> =====-----=====-----=====
> Notice: The information contained in this e-mail
> message and/or attachments to it may contain
> confidential or privileged information. If you are
> not the intended recipient, any dissemination, use,
> review, distribution, printing or copying of the
> information contained in this e-mail message
> and/or attachments to it are strictly prohibited. If
> you have received this communication in error,
> please notify us by reply e-mail or telephone and
> immediately and permanently delete the message
> and any attachments. Thank you
>
>
>
>

[-- Attachment #2: Type: text/html, Size: 2819 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xenomai-help] [Xenomai-core] (no subject)
  2009-03-03 14:21     ` [Xenomai-help] " Bruno Rouchouse
@ 2009-03-03 15:56       ` Gilles Chanteperdrix
  0 siblings, 0 replies; 4+ messages in thread
From: Gilles Chanteperdrix @ 2009-03-03 15:56 UTC (permalink / raw)
  To: Bruno Rouchouse; +Cc: Xenomai-help@domain.hid, Vandana Sasidharan

Bruno Rouchouse wrote:
> Hi,
> 
> the simulator README tells you how to build it:
> 
> Building the simulator
> 
> You will need the libelf, libpng, tcl8.x/tk8.x and tix41 _development
> packages_ in order to build the simulator and its companion tools.
> [...]
> Since v2.1, the simulator is available as a separate tarball, distinct
> from the main Xenomai archive. To build the simulator, you will also
> need the latter; the simulator archive should be extracted in
> Xenomai's main source tree under the sim/ sub-directory. The following
> steps should be followed in order to build and install the simulation
> system:
> 
> # $xenomai_tar: Main Xenomai tarball
> # $xenosim_tar: Simulator tarball
> # $xenomai_src: Root of Xenomai's source tree after extraction
> # $sim_builddir: Build root for the simulator
> # $sim_installdir: Installation directory for the simulator;
> # (usually, the same place than used for Xenomai's main system).
> # gcc_tarball: Path to a GCC 2.95.3 source archive.

Please note that gcc 2.95 will not compile on x86_64, so, if you are
running an x86_64, you should pass -m32 to gcc CFLAGS.

-- 
                                                 Gilles.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-03-03 15:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-03 11:32 [Xenomai-core] (no subject) Vandana Sasidharan
2009-03-03 11:38 ` Bruno Rouchouse
     [not found]   ` <OFEBB322C4.DB1D01E7-ON6525756E.00403279-6525756E.003FD3E1@domain.hid>
2009-03-03 14:21     ` [Xenomai-help] " Bruno Rouchouse
2009-03-03 15:56       ` Gilles Chanteperdrix

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.