From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4C680219.6020600@domain.hid> Date: Sun, 15 Aug 2010 17:04:57 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Xenomai-help] Xenomai for x86_32 UP on linux 2.6.34.4 List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Xenomai help Hi, for those who would like to build a linux 2.6.34.4 kernel for an uniprocessor 32 bits x86, there is a compilation error fixed by the following patch: diff --git a/arch/x86/kernel/cpu/vmware.c b/arch/x86/kernel/cpu/vmware.c index dfdb4db..79cbd1a 100644 --- a/arch/x86/kernel/cpu/vmware.c +++ b/arch/x86/kernel/cpu/vmware.c @@ -21,6 +21,7 @@ * */ +#include #include #include #include Regards. -- Gilles.