xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Sebastian Biedermann <biedermann@seceng.informatik.tu-darmstadt.de>
To: Xen-devel@lists.xensource.com
Subject: vTPM Manager
Date: Mon, 22 Aug 2011 09:25:37 +0200	[thread overview]
Message-ID: <4E520471.5010804@seceng.informatik.tu-darmstadt.de> (raw)

Dear List,

I have a problem installing the vTPM extension for Xen.
I selected the option vTPM Manager (=y) in the Config.mk before 
compiling the xen-tools, but there is always the same error during the 
compilation
in every xen version which I have tried:

gcc  -Werror -g3 -I. -D_GNU_SOURCE 
-DLOGGING_MODULES="(BITMASK(VTPM_LOG_TCS)|BITMASK(VTPM_LOG_VTSP)|BITMASK(VTPM_LOG_VTPM))" 
-I../../../tools/vtpm_manager/crypto -I../../../tools/vtpm_manager/util 
-I../../../tools/vtpm_manager/tcs -I../../../tools/vtpm_manager/manager 
-c -o sym_crypto.o sym_crypto.c
cc1: warnings being treated as errors
sym_crypto.c: In function âCrypto_symcrypto_initkeyâ:
sym_crypto.c:71:3: error: format â%sâ expects type âchar *â, but 
argument 6 has type âintâ
sym_crypto.c: In function âCrypto_symcrypto_genkeyâ:
sym_crypto.c:94:3: error: format â%sâ expects type âchar *â, but 
argument 6 has type âintâ
sym_crypto.c: In function âCrypto_symcrypto_encryptâ:
sym_crypto.c:134:3: error: format â%sâ expects type âchar *â, but 
argument 6 has type âintâ
sym_crypto.c: In function âCrypto_symcrypto_decryptâ:
sym_crypto.c:165:3: error: format â%sâ expects type âchar *â, but 
argument 6 has type âintâ
sym_crypto.c:172:3: error: format â%sâ expects type âchar *â, but 
argument 6 has type âintâ
make[5]: *** [sym_crypto.o] Fehler 1
make[5]: *** Warte auf noch nicht beendete Prozesse...
make[5]: Verlasse Verzeichnis 
'/home/toor/xen-4.1.1/tools/vtpm_manager/crypto'
make[4]: *** [subdir-install-crypto] Fehler 2
make[4]: Verlasse Verzeichnis '/home/toor/xen-4.1.1/tools/vtpm_manager'
make[3]: *** [subdirs-install] Fehler 2
make[3]: Verlasse Verzeichnis '/home/toor/xen-4.1.1/tools/vtpm_manager'
make[2]: *** [subdir-install-vtpm_manager] Fehler 2
make[2]: Verlasse Verzeichnis '/home/toor/xen-4.1.1/tools'
make[1]: *** [subdirs-install] Fehler 2
make[1]: Verlasse Verzeichnis '/home/toor/xen-4.1.1/tools'
make: *** [install-tools] Fehler 2

Any suggestions? What is wrong? Thanks for help!

-- 
Sebastian

             reply	other threads:[~2011-08-22  7:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-22  7:25 Sebastian Biedermann [this message]
2011-08-22  8:42 ` vTPM Manager Ian Campbell
2011-08-29 21:41   ` Matthew Fioravante
2011-08-30 10:37     ` Ian Campbell
2011-09-07 15:20       ` Matthew Fioravante

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=4E520471.5010804@seceng.informatik.tu-darmstadt.de \
    --to=biedermann@seceng.informatik.tu-darmstadt.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).