Luke wrote:
> I'm attempting to build the vTPM management utilities using the
> procedure suggested at
> http://www.cl.cam.ac.uk/research/srg/netos/xen/readmes/user/user.html#SECTION03240000000000000000
>
> I'm getting the following errors:
>
> gcc -g -Wall -DDEBUG -I. -Itpm -c crypto/gmp_kernel_wrapper.c -o
> crypto/gmp_kernel_wrapper.o
> crypto/gmp_kernel_wrapper.c:34: error: expected ‘)’ before ‘rstate’
> crypto/gmp_kernel_wrapper.c:40: error: expected ‘)’ before ‘rstate’
> crypto/gmp_kernel_wrapper.c:58: error: expected ‘)’ before ‘rop’
> crypto/gmp_kernel_wrapper.c:102: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
> ‘__attribute__’ before ‘__GMP_PROTO’
> crypto/gmp_kernel_wrapper.c:104: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
> ‘__attribute__’ before ‘__GMP_PROTO’
> crypto/gmp_kernel_wrapper.c:106: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
> ‘__attribute__’ before ‘__GMP_PROTO’
> make[3]: *** [crypto/gmp_kernel_wrapper.o] Error 1
>
> Any idea why this would be the case?
>
This seems to result from the make linux-2.6-xen-build, make
linux-2.6-xen-install sequence. The traditional make world/make install
doesn't throw this error.
Why is this?
Also, can the vTPM be used with Trousers, TPM-tools, or other open
source projects (like IMA) currently? I'm getting ioctl errors when I
try to use any of these things...
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|