All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] problem with trivial-periodic.c example
@ 2008-04-04 10:01 Thomas Häberle
  2008-04-04 10:12 ` Wolfgang Grandegger
  2008-04-04 10:29 ` Jan Kiszka
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Häberle @ 2008-04-04 10:01 UTC (permalink / raw)
  To: xenomai

Hello!

I am running Xenomai 2.3.5 on my MPC5200S on a STK52xx with a Linux 
2.4.25-DENX kernel (cross-compiling to the target).

When I try to compile the "trivial-periodic.c" example with
 >>> $ ppc_6xx-gcc SimpleTask.c -I $XENOINSTALL/include -L 
$XENOINSTALL/lib -o SimpleTask -Wall

I get the following:
 >>>
/tmp/ccwxJiOz.o(.text+0x30): In function `demo':
: undefined reference to `rt_task_set_periodic'
/tmp/ccwxJiOz.o(.text+0x34): In function `demo':
: undefined reference to `rt_timer_read'
/tmp/ccwxJiOz.o(.text+0x4c): In function `demo':
: undefined reference to `rt_task_wait_period'
/tmp/ccwxJiOz.o(.text+0x50): In function `demo':
: undefined reference to `rt_timer_read'
/tmp/ccwxJiOz.o(.text+0x160): In function `main':
: undefined reference to `rt_task_create'
/tmp/ccwxJiOz.o(.text+0x178): In function `main':
: undefined reference to `rt_task_start'
/tmp/ccwxJiOz.o(.text+0x188): In function `main':
: undefined reference to `rt_task_delete'
collect2: ld returned 1 exit status
<<<

Aren't the functions used in the example in the libraries in the 
"$XENOINSTALL/lib" directory?
Or do I have to tell the compiler and/or linker about any of the Xenomai 
source paths to get this working?

Thanks & Greetings,
Thomas


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

end of thread, other threads:[~2008-04-04 10:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-04 10:01 [Xenomai-help] problem with trivial-periodic.c example Thomas Häberle
2008-04-04 10:12 ` Wolfgang Grandegger
2008-04-04 10:29 ` Jan Kiszka

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.