From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Stefan Kuhne" Subject: Problem building xon with cross-compiler Date: Mon, 26 Jan 2015 16:38:29 +0100 Message-ID: <54C65F75.6020109@access.denied> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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.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