All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: "Łukasz Sacha" <dragilla@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] kernel compilation error
Date: Tue, 01 Nov 2011 18:19:01 +0100	[thread overview]
Message-ID: <4EB02A05.4050506@domain.hid> (raw)
In-Reply-To: <CAAeYjMkVuQLzq-B+Nh1xOXFSHR4K74cwGGCVsZoJaT3GP2mHFA@mail.gmail.com>

On 11/01/2011 01:42 PM, Łukasz Sacha wrote:
> On Tue, Nov 1, 2011 at 12:34, Łukasz Sacha <dragilla@domain.hid> wrote:
>> 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?
> 
> Please take a look at this as this is piece of code the adeos i-pipe
> patch (./ksrc/arch/arm/patches/adeos-ipipe-2.6.38.8-arm-1.18-03.patch)
> modifies : in line 819.

Please post your .config.

-- 
                                                                Gilles.



  reply	other threads:[~2011-11-01 17:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

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=4EB02A05.4050506@domain.hid \
    --to=gilles.chanteperdrix@xenomai.org \
    --cc=dragilla@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.