All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] Symbols undefined [Scanned]
@ 2006-12-13 12:44 Niklaus Burren
  2006-12-13 13:02 ` Wolfgang Grandegger
  0 siblings, 1 reply; 2+ messages in thread
From: Niklaus Burren @ 2006-12-13 12:44 UTC (permalink / raw)
  To: xenomai

Hello

Im trying to create a Xenomai kernel module for a ARM processor 
(PXA-270). In this module I register a interrupt handler with the 
function rt_inter_create(). When I compile the module I get the 
following warnings:

*** Warning: "rt_intr_delete" 
[/home/student/work/xenomai/latency-test/latency-test.ko] undefined!
*** Warning: "rt_intr_create" 
[/home/student/work/xenomai/latency-test/latency-test.ko] undefined!
*** Warning: "rt_intr_enable" 
[/home/student/work/xenomai/latency-test/latency-test.ko] undefined!

I don't know what is wrong. In my makefile I have defined the paths to 
the libraries and the include files of xenomai:

obj-m = latency-test.o

XENODIR = /opt/carme/rootfs/usr/xenomai
KDIR	= /opt/carme/linux-2.6.15-col2
PWD	= $(shell pwd)

EXTRA_CFLAGS = -I $(XENODIR)/include -L $(XENODIR)/lib

all:
	$(MAKE) -C $(KDIR) M=$(PWD) modules

clean:
	$(MAKE) -C $(KDIR) M=$(PWD) clean


Has someone an idea what is wrong?

Kind Regards

Niklaus Burren



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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-13 12:44 [Xenomai-help] Symbols undefined [Scanned] Niklaus Burren
2006-12-13 13:02 ` Wolfgang Grandegger

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.