WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [patch] ASSERT needs declaration

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [patch] ASSERT needs declaration
From: "Scott Parish" <srparish@xxxxxxxxxx>
Date: Thu, 2 Jun 2005 18:17:28 +0000
Delivery-date: Thu, 02 Jun 2005 18:57:17 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.4.2.1i
this patch fixes the following problem:

x86_64-unknown-linux-gnu-gcc -nostdinc -fno-builtin -fno-common 
-fno-strict-aliasing -iwithprefix include -Wall -Werror -Wno-pointer-arith 
-pipe -I/home/srp/darcs/xen-64-4/xen/include 
-I/home/srp/darcs/xen-64-4/xen/include/asm-x86/mach-generic 
-I/home/srp/darcs/xen-64-4/xen/include/asm-x86/mach-default -O3 
-fomit-frame-pointer -msoft-float -m64 -mno-red-zone -fpic -fno-reorder-blocks 
-fno-asynchronous-unwind-tables -g -DVERBOSE -c x86_64/usercopy.c -o 
x86_64/usercopy.o
In file included from 
/home/srp/darcs/xen-64-4/xen/include/asm/x86_64/uaccess.h:11,
                 from /home/srp/darcs/xen-64-4/xen/include/asm/uaccess.h:6,
                 from x86_64/usercopy.c:10:
/home/srp/darcs/xen-64-4/xen/include/asm/page.h: In function `l1e_from_paddr':
/home/srp/darcs/xen-64-4/xen/include/asm/page.h:81: warning: implicit 
declaration of function `ASSERT'
make[1]: *** [x86_64/usercopy.o] Error 1
make[1]: Leaving directory `/home/srp/darcs/xen-64-4/xen/arch/x86'
make: *** [/home/srp/darcs/xen-64-4/xen/xen] Error 2


-- 
Scott Parish
Signed-off-by: srparish@xxxxxxxxxx

Attachment: include-assert.h
Description: Text document

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [patch] ASSERT needs declaration, Scott Parish <=