From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robin van Leeuwen Subject: Compile error in shed.c on amd64 Date: Thu, 15 Sep 2005 00:17:40 +0200 Message-ID: <4328A184.8070801@nl.nyklogistics.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org on Debian AMD64 build from hg tip: amd64:/usr/src/xen-unstable.hg# hg tip changeset: 6827:122779b57b40 tag: tip user: kaf24@firebug.cl.cam.ac.uk date: Wed Sep 14 22:45:40 2005 +0000 summary: Remove redundant semi-colon from end of DEFINE_RING_TYPES make install-kernels gives: kernel/sched.c: In function 'schedule': kernel/sched.c:2725: warning: control may reach end of non-void function 'sched_find_first_bit' being inlined {standard input}: Assembler messages: {standard input}:2211: Error: suffix or operands invalid for `mov' {standard input}:2211: Error: suffix or operands invalid for `mov' {standard input}:2211: Error: suffix or operands invalid for `mov' {standard input}:2211: Error: suffix or operands invalid for `mov' make[4]: *** [kernel/sched.o] Error 1 make[3]: *** [kernel] Error 2 make[3]: Leaving directory `/usr/src/xen-unstable.hg/linux-2.6.12-xen0' make[2]: *** [build] Error 2 make[2]: Leaving directory `/usr/src/xen-unstable.hg' make[1]: *** [linux-2.6-xen0-build] Error 2 make[1]: Leaving directory `/usr/src/xen-unstable.hg' make: *** [kernels] Error 1