When I try to build the current xen 4.7 master I get the following error

<command-line>:0:0: error: "__OBJECT_FILE__" redefined [-Werror]
<command-line>:0:0: note: this is the location of the previous definition
cc1: all warnings being treated as errors

The problem seems to be that -D__OBJECT_FILE__= is set each time 
xen/Rules.mk is called, which happens more than once because of nested 
makes resulting in multiple diffent values for -D__OBJECT_FILE__=

        Michael Young

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to