From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtLfF-0007P2-O1 for qemu-devel@nongnu.org; Tue, 16 Aug 2011 11:34:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QtLfE-0000cF-RT for qemu-devel@nongnu.org; Tue, 16 Aug 2011 11:34:49 -0400 Received: from e2.ny.us.ibm.com ([32.97.182.142]:52639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtLfE-0000bw-Oz for qemu-devel@nongnu.org; Tue, 16 Aug 2011 11:34:48 -0400 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by e2.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p7GFD21V002346 for ; Tue, 16 Aug 2011 11:13:02 -0400 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p7GFYhbM196442 for ; Tue, 16 Aug 2011 11:34:43 -0400 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p7GFXahK021196 for ; Tue, 16 Aug 2011 09:33:36 -0600 Message-ID: <4E4A8DCE.6000107@linux.vnet.ibm.com> Date: Tue, 16 Aug 2011 11:33:34 -0400 From: Stefan Berger MIME-Version: 1.0 References: <20110810165122.639452836@linux.vnet.ibm.com> <20110810165136.716893022@linux.vnet.ibm.com> <4E453B29.7060308@iaik.tugraz.at> In-Reply-To: <4E453B29.7060308@iaik.tugraz.at> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [SeaBIOS] [PATCH V6 1/9] Add an implementation of a TPM TIS driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas Niederl Cc: seabios@seabios.org, qemu-devel@nongnu.org On 08/12/2011 10:39 AM, Andreas Niederl wrote: > Hi, > compiling SeaBios with your patch produces the following error for me > with gcc-4.4.5: > > src/tpm_drivers.c: In function =91tis_init=92: > src/tpm_drivers.c:43: error: =91tpm_drivers=92 undeclared (first use in= this > function) > Thanks. Unfortunately gcc 4.6.0 doesn't tell me. Stefan > The attached patch should fix this. > > > Regards, > Andreas