All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Niklaus Burren" <niklaus.burren@domain.hid>
To: xenomai@xenomai.org
Subject: [Xenomai-help] Symbols undefined [Scanned]
Date: Wed, 13 Dec 2006 13:44:38 +0100	[thread overview]
Message-ID: <457FF5B6.7070509@domain.hid> (raw)

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



             reply	other threads:[~2006-12-13 12:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-13 12:44 Niklaus Burren [this message]
2006-12-13 13:02 ` [Xenomai-help] Symbols undefined [Scanned] Wolfgang Grandegger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=457FF5B6.7070509@domain.hid \
    --to=niklaus.burren@domain.hid \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.