All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai] Section mismatch - Porting Xenomai to linux-xlnx-V14.5 zynq SoC
@ 2014-11-28 11:03 John Sini
  2014-11-28 11:13 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 18+ messages in thread
From: John Sini @ 2014-11-28 11:03 UTC (permalink / raw)
  To: xenomai

Hello,

I am new with Xenomai and I am trying to port it to linux-xlnx-V14.5 zynq
as suggested on the following site:

http://www.wiki.xilinx.com/Xenomai+for+Zynq

Patches that I have applied(in the following order)


*ipipe-core-3.8-zynq-pre.patch*
*ipipe-core-3.8-arm-1.patch*
*ipipe-core-3.8-zynq-post.patch*


I have disabled the support of RPMsg ((remoteproc) and of CPU_HOTPLUG
prior to compiling the kernel(I configured the kernel as suggested on
the aforementioned website). I get getting the following warnings:

WARNING: vmlinux.o(.text+0x106b4): Section mismatch in reference from
the function __ipipe_tsc_register() to the variable
.init.text:__kuser_helper_end
The function __ipipe_tsc_register() references
the variable __init __kuser_helper_end.
This is often because __ipipe_tsc_register lacks a __init
annotation or the annotation of __kuser_helper_end is wrong.

WARNING: vmlinux.o(.text+0x106b8): Section mismatch in reference from
the function __ipipe_tsc_register() to the variable
.init.text:__ipipe_tsc_area_start
The function __ipipe_tsc_register() references
the variable __init __ipipe_tsc_area_start.
This is often because __ipipe_tsc_register lacks a __init
annotation or the annotation of __ipipe_tsc_area_start is wrong.

WARNING: vmlinux.o(.text+0x2ea760): Section mismatch in reference from
the function vexpress_sysreg_probe() to the function
.init.text:vexpress_sysreg_setup()
The function vexpress_sysreg_probe() references
the function __init vexpress_sysreg_setup().
This is often because vexpress_sysreg_probe lacks a __init
annotation or the annotation of vexpress_sysreg_setup is wrong.


Can any of you help me how to fix these warnings? I have seen the same
problem here:

http://www.xenomai.org/pipermail/xenomai/2013-October/029390.html

But I have disabled all necessary options in the kernel config and
still get these warnings.


Best,

John

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

end of thread, other threads:[~2014-12-03 13:36 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-28 11:03 [Xenomai] Section mismatch - Porting Xenomai to linux-xlnx-V14.5 zynq SoC John Sini
2014-11-28 11:13 ` Gilles Chanteperdrix
2014-11-28 11:19   ` John Sini
2014-11-28 11:48     ` Gilles Chanteperdrix
2014-11-28 13:03   ` John Sini
2014-11-28 13:40     ` John Sini
2014-11-28 18:19       ` John Sini
2014-11-28 18:21         ` Gilles Chanteperdrix
2014-12-01 14:35           ` John Sini
2014-12-01 14:39             ` Gilles Chanteperdrix
2014-12-01 15:26               ` John Sini
2014-12-01 15:29                 ` Gilles Chanteperdrix
2014-12-01 15:45                   ` John Sini
2014-12-01 16:15                     ` Gilles Chanteperdrix
2014-12-03 13:32                       ` John Sini
2014-12-03 13:34                         ` Gilles Chanteperdrix
2014-12-03 13:36                           ` John Sini
2014-12-01 21:30                   ` Matthew Fornero

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.