xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Julien Grall <julien.grall@linaro.org>
To: Zoltan Kiss <zoltan.kiss@citrix.com>,
	xen-devel@lists.xen.org,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Ian Campbell <Ian.Campbell@citrix.com>
Subject: Re: Xen on ARM: upstream kernel compile fails with defconfig
Date: Tue, 04 Feb 2014 23:35:35 +0000	[thread overview]
Message-ID: <52F17947.3040606@linaro.org> (raw)
In-Reply-To: <52F15B93.4000000@citrix.com>

(Add Ian Campbell for sunxi bits)

Hello Zoltan,

On 04/02/14 21:28, Zoltan Kiss wrote: 
> However both cases the build fails quite early with the same error:
> 
>    CC      arch/arm/kernel/asm-offsets.s
> In file included from /local/repo/linux-net-next/include/linux/cache.h:5:0,
>                   from /local/repo/linux-net-next/include/linux/printk.h:8,
>                   from 
> /local/repo/linux-net-next/include/linux/kernel.h:13,
>                   from /local/repo/linux-net-next/include/linux/sched.h:15,
>                   from 
> /local/repo/linux-net-next/arch/arm/kernel/asm-offsets.c:13:
> /local/repo/linux-net-next/include/linux/prefetch.h: In function 
> ‘prefetch_range’:
> /local/repo/linux-net-next/arch/arm/include/asm/cache.h:7:25: error: 
> ‘CONFIG_ARM_L1_CACHE_SHIFT’ undeclared (first use in this function)
>   #define L1_CACHE_SHIFT  CONFIG_ARM_L1_CACHE_SHIFT

I can't get the same error with net-next + your V7. I have this following error:

drivers/xen/grant-table.c: In function ‘__gnttab_unmap_refs’:
drivers/xen/grant-table.c:1047:3: error: implicit declaration of function ‘get_phys_to_machine’ [-Werror=implicit-function-declaration]
   mfn = get_phys_to_machine(page_to_pfn(pages[i]));
   ^

I'm using this config for Linux: http://xenbits.xen.org/people/julieng/config-midway
 
> So far I figured out that autoconf.h is not included here, that CONFIG_ 
> is defined there. But I'm not that familiar with the kernel build 
> system, so I'm a bit stucked here. Probably I'm doing something 
> trivially wrong, can someone help me?
> Btw. on Julian's repo from the Arndale page I could compile, but that's 
> too old for my patch to apply. My main goal is to compile an upstream 
> kernel with Xen, and then check if my patch breaks it.

The kernel repo for the Arndale is completely out-of-date on the wiki page.
I will update the wiki page to use directly the Linaro tree.

Sincerely yours,


-- 
Julien Grall

  reply	other threads:[~2014-02-04 23:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-04 21:28 Xen on ARM: upstream kernel compile fails with defconfig Zoltan Kiss
2014-02-04 23:35 ` Julien Grall [this message]
2014-02-05 18:41   ` Zoltan Kiss
2014-02-05  9:38 ` Ian Campbell

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=52F17947.3040606@linaro.org \
    --to=julien.grall@linaro.org \
    --cc=Ian.Campbell@citrix.com \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=xen-devel@lists.xen.org \
    --cc=zoltan.kiss@citrix.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).