All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ryan Harper <ryanh@us.ibm.com>
To: xen-devel@lists.xensource.com
Subject: x86_64 xen compile error
Date: Tue, 30 Aug 2005 13:15:09 -0500	[thread overview]
Message-ID: <20050830181509.GB32492@us.ibm.com> (raw)

Building from the latest:
(frylock) xen-unstable.hg.current % hg tip
changeset:   6481:551870a55f240791695d30fd7fa92a1bf4e48387
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Aug 30 12:53:49 2005
summary:     Unify access to mpt using macros.

I get this:

gcc -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Wall -Werror -Wno-pointer-arith -pipe -I/home/rharper/work/openhype/xen/unstable/hg/unmodified/xen/include -I/home/rharper/work/openhype/xen/unstable/hg/unmodified/xen/include/asm-x86/mach-generic -I/home/rharper/work/openhype/xen/unstable/hg/unmodified/xen/include/asm-x86/mach-default -O3 -fomit-frame-pointer -msoft-float -m64 -mno-red-zone -fpic -fno-reorder-blocks -fno-asynchronous-unwind-tables -DNDEBUG -DVERBOSE -c dom_mem_ops.c -o dom_mem_ops.o
dom_mem_ops.c: In function `alloc_dom_mem':
dom_mem_ops.c:58: error: `__HYPERVISOR_dom_mem_op' undeclared (first use in this function)
dom_mem_ops.c:58: error: (Each undeclared identifier is reported only once
dom_mem_ops.c:58: error: for each function it appears in.)
dom_mem_ops.c:58: error: `MEMOP_increase_reservation' undeclared (first use in this function)
dom_mem_ops.c: In function `free_dom_mem':
dom_mem_ops.c:91: error: `__HYPERVISOR_dom_mem_op' undeclared (first use in this function)
dom_mem_ops.c:91: error: `MEMOP_decrease_reservation' undeclared (first use in this function)
dom_mem_ops.c: In function `do_dom_mem_op':
dom_mem_ops.c:158: error: `MEMOP_increase_reservation' undeclared (first use in this function)
dom_mem_ops.c:163: error: `MEMOP_decrease_reservation' undeclared (first use in this function)
make[2]: *** [dom_mem_ops.o] Error 1

-- 
Ryan Harper
Software Engineer; Linux Technology Center
IBM Corp., Austin, Tx
(512) 838-9253   T/L: 678-9253
ryanh@us.ibm.com

             reply	other threads:[~2005-08-30 18:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-30 18:15 Ryan Harper [this message]
2005-08-30 18:29 ` x86_64 xen compile error Ryan Harper

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=20050830181509.GB32492@us.ibm.com \
    --to=ryanh@us.ibm.com \
    --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.