All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Grandegger <wg@domain.hid>
To: Niklaus Burren <niklaus.burren@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] Symbols undefined [Scanned]
Date: Wed, 13 Dec 2006 14:02:54 +0100	[thread overview]
Message-ID: <457FF9FE.5090507@domain.hid> (raw)
In-Reply-To: <457FF5B6.7070509@domain.hid>

Niklaus Burren wrote:
> 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?

Have you enabled support for interrupts in the native skin? Check for 
CONFIG_XENO_OPT_NATIVE_INTR in your config file.

Wolfgang.



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

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

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=457FF9FE.5090507@domain.hid \
    --to=wg@domain.hid \
    --cc=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.