* [Xenomai-help] Problems using Xenoscope
@ 2006-04-08 18:29 Bernhard Walle
2006-04-08 21:10 ` Philippe Gerum
0 siblings, 1 reply; 4+ messages in thread
From: Bernhard Walle @ 2006-04-08 18:29 UTC (permalink / raw)
To: xenomai
Hello,
I have problems using Xenoscope (Xenomai 2.1.0, Xenosim 2.1). The
simulation works, i.e. text messages are printed on the console. I use
the example from
http://www.mail-archive.com/xenomai@xenomai.org.
The problem is that the traces dialog is empty, there are also no items
in the tree, only
- System
-RT/Interfaces
Debugging with GDB seems to work. I used 6.4 and 5.3. I use Debian
GNU/Linux 3.1 with gcc 3.x.
Regards,
Bernhard
--
Wenn schnell schwimmen besser ist als schnell denken, hätten wir auch
Fische bleiben können.
-- Albert Wendt
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Xenomai-help] Problems using Xenoscope
2006-04-08 18:29 [Xenomai-help] Problems using Xenoscope Bernhard Walle
@ 2006-04-08 21:10 ` Philippe Gerum
2006-04-09 9:00 ` [Xenomai-help] " Bernhard Walle
0 siblings, 1 reply; 4+ messages in thread
From: Philippe Gerum @ 2006-04-08 21:10 UTC (permalink / raw)
To: Bernhard Walle; +Cc: xenomai
Bernhard Walle wrote:
> Hello,
>
> I have problems using Xenoscope (Xenomai 2.1.0, Xenosim 2.1). The
> simulation works, i.e. text messages are printed on the console. I use
> the example from
> http://www.mail-archive.com/xenomai@xenomai.org.
>
> The problem is that the traces dialog is empty, there are also no items
> in the tree, only
>
> - System
> -RT/Interfaces
>
It's not a bug, it's just that the tracer and some other interface
objects are still missing.
> Debugging with GDB seems to work. I used 6.4 and 5.3. I use Debian
> GNU/Linux 3.1 with gcc 3.x.
>
>
> Regards,
> Bernhard
--
Philippe.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Xenomai-help] Re: Problems using Xenoscope
2006-04-08 21:10 ` Philippe Gerum
@ 2006-04-09 9:00 ` Bernhard Walle
2006-04-09 10:42 ` Philippe Gerum
0 siblings, 1 reply; 4+ messages in thread
From: Bernhard Walle @ 2006-04-09 9:00 UTC (permalink / raw)
To: xenomai
Hello,
Philippe Gerum <rpm@xenomai.org> [2006-04-08]:
> Bernhard Walle wrote:
> > Hello,
> >
> > I have problems using Xenoscope (Xenomai 2.1.0, Xenosim 2.1). The
> > simulation works, i.e. text messages are printed on the console. I use
> > the example from
> > http://www.mail-archive.com/xenomai@xenomai.org.
> >
> > The problem is that the traces dialog is empty, there are also no items
> > in the tree, only
> >
> > - System
> > -RT/Interfaces
> >
>
> It's not a bug, it's just that the tracer and some other interface
> objects are still missing.
Just wondering at
http://www.linux-automation.de/konferenz/papers/Jan_Kiszka_UNI-HANNOVER_RTAI/RTAI-fusion.pdf
I can see more functionality? Is this because this is RTAI Fusion 0.9
and I'm trying Xenomai 2.1?
Regards,
Bernhard
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Xenomai-help] Re: Problems using Xenoscope
2006-04-09 9:00 ` [Xenomai-help] " Bernhard Walle
@ 2006-04-09 10:42 ` Philippe Gerum
0 siblings, 0 replies; 4+ messages in thread
From: Philippe Gerum @ 2006-04-09 10:42 UTC (permalink / raw)
To: Bernhard Walle; +Cc: xenomai
Bernhard Walle wrote:
> Hello,
>
> Philippe Gerum <rpm@xenomai.org> [2006-04-08]:
>
>>Bernhard Walle wrote:
>>
>>>Hello,
>>>
>>>I have problems using Xenoscope (Xenomai 2.1.0, Xenosim 2.1). The
>>>simulation works, i.e. text messages are printed on the console. I use
>>>the example from
>>>http://www.mail-archive.com/xenomai@xenomai.org.
>>>
>>>The problem is that the traces dialog is empty, there are also no items
>>>in the tree, only
>>>
>>> - System
>>> -RT/Interfaces
>>>
>>
>>It's not a bug, it's just that the tracer and some other interface
>>objects are still missing.
>
>
> Just wondering at
> http://www.linux-automation.de/konferenz/papers/Jan_Kiszka_UNI-HANNOVER_RTAI/RTAI-fusion.pdf
> I can see more functionality? Is this because this is RTAI Fusion 0.9
> and I'm trying Xenomai 2.1?
>
Nope, RTAI/fusion is dead, and Xenomai 2.0 is what would have been
RTAI/fusion 1.0 under other circumstances. This document likely
reproduces some information found in the simulator's documentation for
Xenomai, which is itself somehow a copy of the documentation found in
the original simulator called "CarbonKernel"
(www.gna.org/projects/carbonkernel/), which does provide these
functionalities, but for a different simulation system.
The CarbonKernel simulator has been adapted to use the Xenomai real-time
core instead of its own RTOS simulation models written in C++, so that
its event-driven engine could be used as a virtual hw architecture for
running the Xenomai nucleus in a simulation environment. However, due to
lack of time, a few bits have not been ported from CarbonKernel to the
Xenomai simulator, including the syscall tracer and some Tcl snippets
that present a graphical interface for manipulating the active RTOS
objects while the simulation is running. The core support for these
features is already available in the Xenomai simulator codebase since
it's part of the event-driven simulation core, but the outer interfaces
have not been plugged in.
--
Philippe.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-04-09 10:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-08 18:29 [Xenomai-help] Problems using Xenoscope Bernhard Walle
2006-04-08 21:10 ` Philippe Gerum
2006-04-09 9:00 ` [Xenomai-help] " Bernhard Walle
2006-04-09 10:42 ` Philippe Gerum
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.