From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: wcall@domain.hid
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] Section Mismatch
Date: Sat, 11 Apr 2009 22:18:48 +0200 [thread overview]
Message-ID: <49E0FB28.8000104@domain.hid> (raw)
In-Reply-To: <000001c9ba1a$02e1ac70$08a50550$@com>
Wayne Call wrote:
> I get the following "Section mismatch" warnings when attempting to build the
> lm73_rtdm.c and lpl_twi_uart_rtdm.c drivers. What causes a mismatch?
Yes, these are plain Linux debugging messages, completely unrelated to
Xenomai. they tell you that you access object from the init/exit
sections from the text section, which is bad, since the init/exit
sections may not be always available when functions from the text
section are running. Show us the full code, and probably someone will be
able to tell you what the problem is.
--
Gilles.
next prev parent reply other threads:[~2009-04-11 20:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-10 20:22 [Xenomai-help] Section Mismatch Wayne Call
2009-04-11 20:18 ` Gilles Chanteperdrix [this message]
2009-04-13 21:24 ` Wayne Call
2009-04-13 22:09 ` Jan Kiszka
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=49E0FB28.8000104@domain.hid \
--to=gilles.chanteperdrix@xenomai.org \
--cc=wcall@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.