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] vTPM Manager

To: Xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] vTPM Manager
From: Sebastian Biedermann <biedermann@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 22 Aug 2011 09:25:37 +0200
Cc:
Delivery-date: Mon, 22 Aug 2011 00:26:28 -0700
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20110812 Thunderbird/6.0
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


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>