All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] Problem with RTDM
@ 2006-11-08 14:23 Marco Rossi
  2006-11-08 15:12 ` Jan Kiszka
  0 siblings, 1 reply; 6+ messages in thread
From: Marco Rossi @ 2006-11-08 14:23 UTC (permalink / raw)
  To: xenomai

Hi every body. I have to test if xenomai support my multiport serial board 
with shared interrupt. To do this im using a program found at  
http://www.captain.at/xenomai-serial-port-example.php; when i run the 
program i get the error:
   relocation error: ./rt_serial_uprog: undefined symbol: rt_dev_read.
The version of Xenomai used is 2.2.4.

Thanks in advance

Matteo

_________________________________________________________________
Aggiungi il modulo Amici al tuo Spaces con un click! 
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=it-it



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

* Re: [Xenomai-help] Problem with RTDM
  2006-11-08 14:23 [Xenomai-help] Problem with RTDM Marco Rossi
@ 2006-11-08 15:12 ` Jan Kiszka
  0 siblings, 0 replies; 6+ messages in thread
From: Jan Kiszka @ 2006-11-08 15:12 UTC (permalink / raw)
  To: Marco Rossi; +Cc: xenomai

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

Marco Rossi wrote:
> Hi every body. I have to test if xenomai support my multiport serial
> board with shared interrupt. To do this im using a program found at 
> http://www.captain.at/xenomai-serial-port-example.php; when i run the
> program i get the error:
>   relocation error: ./rt_serial_uprog: undefined symbol: rt_dev_read.
> The version of Xenomai used is 2.2.4.

Did you use the provided Makefile? It should like your application
against librtdm as required.

Jan


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]

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

* Re: [Xenomai-help] Problem with RTDM
       [not found] <BAY101-F20A6D79AE13F027D50CB96E2F00@domain.hid>
@ 2006-11-09 16:21 ` Jan Kiszka
  2006-11-09 21:05   ` Hannes Mayer
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Kiszka @ 2006-11-09 16:21 UTC (permalink / raw)
  To: Marco Rossi; +Cc: xenomai-help

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

Marco Rossi wrote:
> I used the Makefile provided modified with the right directories. In an
> other pc with different version of xenomai there is no problem.
> 

Hmm. What version is on the other PC? What else is different there? Can
you reproduce the same issue with this example (the template for Hannes'
page):

http://www.rts.uni-hannover.de/rtaddon/rt_serial_uprog.tar.bz2

Jan


PS: reply-to-all...


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]

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

* Re: [Xenomai-help] Problem with RTDM
  2006-11-09 16:21 ` Jan Kiszka
@ 2006-11-09 21:05   ` Hannes Mayer
  0 siblings, 0 replies; 6+ messages in thread
From: Hannes Mayer @ 2006-11-09 21:05 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: xenomai-help

Jan Kiszka wrote:
> Marco Rossi wrote:
>> I used the Makefile provided modified with the right directories. In an
>> other pc with different version of xenomai there is no problem.
>>
> 
> Hmm. What version is on the other PC? What else is different there? Can
> you reproduce the same issue with this example (the template for Hannes'
> page):

Hmm2: All I can say is that I tested with 2.2.0 and all worked fine.
Sorry, no time to test with 2.2.4...

Tanti saluti,
Capitano.


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

* Re: [Xenomai-help] Problem with RTDM
       [not found] <BAY101-F279509E7C5F4B57FC5232CE2F70@domain.hid>
@ 2006-11-10 12:48 ` Jan Kiszka
  0 siblings, 0 replies; 6+ messages in thread
From: Jan Kiszka @ 2006-11-10 12:48 UTC (permalink / raw)
  To: Marco Rossi; +Cc: Xenomai

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

Argh, please *reply-to-all* so that everyone learns what was the reason.

Marco Rossi wrote:
> I found the problem; in the same PC there is an installation of rtai and
> to avoid problem with dynamic library I modified the file /etc/profile
> adding the line "export LD_LIBRARY_PATH=/usr/realtime-rtai/lib"
> Deleting this line all work ok. Thank you for support
> 

Ok. Take care to not mix up even more with RTAI, specifically kernel
patches...

Jan


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]

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

* [Xenomai-help] Problem with RTDM
@ 2006-11-10 13:11 Marco Rossi
  0 siblings, 0 replies; 6+ messages in thread
From: Marco Rossi @ 2006-11-10 13:11 UTC (permalink / raw)
  To: xenomai

I found the problem; in the same PC there is an installation of rtai and to 
avoid problem with dynamic library I modified the file /etc/profile adding 
the line "export LD_LIBRARY_PATH=/usr/realtime-rtai/lib"> Deleting this line 
all work ok.
Thank you for support

_________________________________________________________________
Usa il tuo PC come un telefono per chiamare cellulari e telefoni fissi! 
http://imagine-msn.com/messenger/launch80/?locale=it-it&TAB=2



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

end of thread, other threads:[~2006-11-10 13:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-08 14:23 [Xenomai-help] Problem with RTDM Marco Rossi
2006-11-08 15:12 ` Jan Kiszka
     [not found] <BAY101-F20A6D79AE13F027D50CB96E2F00@domain.hid>
2006-11-09 16:21 ` Jan Kiszka
2006-11-09 21:05   ` Hannes Mayer
     [not found] <BAY101-F279509E7C5F4B57FC5232CE2F70@domain.hid>
2006-11-10 12:48 ` Jan Kiszka
  -- strict thread matches above, loose matches on Subject: below --
2006-11-10 13:11 Marco Rossi

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.