All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Stefan Kuhne" <stefan.kuhne@gmx.net>
To: xen-devel@lists.xensource.com
Subject: Problem building xon with cross-compiler
Date: Mon, 26 Jan 2015 16:38:29 +0100	[thread overview]
Message-ID: <54C65F75.6020109@access.denied> (raw)

Hello,

I try to compile xen-4.5.0 in the uclibc buildroot.

On "make xen" I get this error:

mkdir -p compat/.xlat
grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 
's,[[:blank:]]+xen\.h[[:blank:]]*$,,p' >compat/.xlat/xen.lst.new
if ! cmp -s compat/.xlat/xen.lst.new compat/.xlat/xen.lst; then mv -f 
compat/.xlat/xen.lst.new compat/.xlat/xen.lst; else rm -f 
compat/.xlat/xen.lst.new; fi
export PYTHON=python; \
while read what name; do \
         /bin/sh 
/foo/buildroot/output/build/xen-4.5.0/xen/tools/get-fields.sh "$what" 
compat_$name compat/xen.h || exit $?; \
done <compat/.xlat/xen.lst >compat/.xlat/xen.h.new
Fields of 'compat_xenctl_bitmap' not found in 'compat/xen.h'
Makefile:70: recipe for target 'compat/.xlat/xen.h' failed
make[4]: *** [compat/.xlat/xen.h] Error 1

Has anyone an idea what is going wrong?
I didn't get into it, because "compat/xen.h" isn't in the sources.

Kindly regards,
Stefan Kuhne

             reply	other threads:[~2015-01-26 15:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-26 15:38 Stefan Kuhne [this message]
2015-01-26 15:56 ` Problem building xon with cross-compiler Jan Beulich

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=54C65F75.6020109@access.denied \
    --to=stefan.kuhne@gmx.net \
    --cc=xen-devel@lists.xensource.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 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.