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-users

[Xen-users] vTPM-Manager

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] vTPM-Manager
From: Sebastian Biedermann <biedermann@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 19 Aug 2011 16:09:41 +0200
Delivery-date: Fri, 19 Aug 2011 07:11:10 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20110812 Thunderbird/6.0
Hi 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 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?
Thanks for help!

--
Sebastian


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] vTPM-Manager, Sebastian Biedermann <=