All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] kernel compilation error
@ 2011-11-01 11:34 Łukasz Sacha
  2011-11-01 12:42 ` Łukasz Sacha
  0 siblings, 1 reply; 10+ messages in thread
From: Łukasz Sacha @ 2011-11-01 11:34 UTC (permalink / raw)
  To: xenomai

Hello again:

luke@domain.hid$ make ARCH=arm
CROSS_COMPILE=arm-none-linux-gnueabi-
...
  CC      arch/arm/kernel/fiq.o
arch/arm/kernel/fiq.c: In function 'set_fiq_handler':
arch/arm/kernel/fiq.c:87: error: dereferencing pointer to incomplete type
arch/arm/kernel/fiq.c:87: error: dereferencing pointer to incomplete type
arch/arm/kernel/fiq.c:89: error: dereferencing pointer to incomplete type
arch/arm/kernel/fiq.c:89: error: dereferencing pointer to incomplete type
make[1]: *** [arch/arm/kernel/fiq.o] Error 1
make: *** [arch/arm/kernel] Error 2
luke@domain.hid$

This is how it looks like
80:void set_fiq_handler(void *start, unsigned int length)
81:{
82:#if defined(CONFIG_CPU_USE_DOMAINS)
83:        memcpy((void *)0xffff001c, start, length);
84:#else
85:        memcpy(vectors_page + 0x1c, start, length);
86:#endif
87:        flush_icache_range(0xffff001c, 0xffff001c + length);
88:        if (!vectors_high())
89:                flush_icache_range(0x1c, 0x1c + length);
90:}

Any ideas?
--
Łukasz Dragilla Sacha


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

end of thread, other threads:[~2011-11-03 13:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-01 11:34 [Xenomai-help] kernel compilation error Łukasz Sacha
2011-11-01 12:42 ` Łukasz Sacha
2011-11-01 17:19   ` Gilles Chanteperdrix
2011-11-01 17:29     ` Łukasz Sacha
2011-11-02 15:31   ` Gilles Chanteperdrix
2011-11-02 15:37     ` Gilles Chanteperdrix
2011-11-02 23:15       ` Łukasz Sacha
2011-11-02 23:24         ` Łukasz Sacha
2011-11-02 23:31           ` Łukasz Sacha
2011-11-03 13:43             ` Gilles Chanteperdrix

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.