[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH VTPM v8 0/8] Vtpm patch set
> -----Original Message----- > From: Ian Campbell [mailto:Ian.Campbell@xxxxxxxxxx] > Sent: Friday, January 11, 2013 11:22 AM > To: Fioravante, Matthew E.; xen-devel@xxxxxxxxxxxxx > Subject: Re: [PATCH VTPM v8 0/8] Vtpm patch set > > Putting the list back. > > On Fri, 2013-01-11 at 16:19 +0000, Ian Campbell wrote: > > On Fri, 2013-01-11 at 16:07 +0000, Fioravante, Matthew E. wrote: > > > It looks like a cmake issue. CMAKE_C_FLAGS are not being applied to > > > the build on your system but they are on mine (Ubuntu 12.10). > > > > > > Can you try this: > > > cd tpm_emulator-x86_64/build > > > ccmake .. > > > > > > Tell me what it says for CMAKE_BUILD_TYPE > > > > > > For me it says Release. > > > > I assume you meant "cmake" since I don't have "ccmake" > > Ah, it's a separate package, here we go. > > CMAKE_BUILD_TYPE is blank for me. Ok I think thatâs the bug. It looks like the default value of BUILD_TYPE is dependent on the compiler. Can you try changing the line in stubdom/Makefile to do -DCMAKE_C_FLAGS_RELEASE=<stuff> and and add -DCMAKE_BUILD_TYPE=Release. Then do a make cross-tpmemu and see if TPM_NO_EXTERN was set in the build. > > It says: > > CMAKE_BACKWARDS_COMPATIBILITY 2.4 > CMAKE_BUILD_TYPE > CMAKE_INSTALL_PREFIX /usr/local > EXECUTABLE_OUTPUT_PATH > LIBRARY_OUTPUT_PATH > > Ian. > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |