From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28954 invoked by alias); 5 Jun 2008 18:56:59 -0000 Received: (qmail 28939 invoked by uid 22791); 5 Jun 2008 18:56:58 -0000 X-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from s200aog13.obsmtp.com (HELO s200aog13.obsmtp.com) (207.126.144.127) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 05 Jun 2008 18:56:36 +0000 Received: from source ([167.4.1.35]) (using TLSv1) by eu1sys200aob013.postini.com ([207.126.147.11]) with SMTP; Thu, 05 Jun 2008 18:56:31 UTC Received: from zeta.dmz-us.st.com (ns4.st.com [167.4.80.115]) by beta.dmz-us.st.com (STMicroelectronics) with ESMTP id 29B77DB00 for ; Thu, 5 Jun 2008 18:56:31 +0000 (GMT) Received: from mail1.phx.st.com (mail1.phx.st.com [167.4.198.60]) by zeta.dmz-us.st.com (STMicroelectronics) with ESMTP id D404A48CBB for ; Thu, 5 Jun 2008 18:56:30 +0000 (GMT) Received: from [167.4.196.118] (cea05.phx.st.com [167.4.196.118]) by mail1.phx.st.com (MOS 3.7.5a-GA) with ESMTP id CPG29962 (AUTH "paul thacker"); Thu, 5 Jun 2008 11:56:29 -0700 (MST) Message-ID: <48483738.4080506@st.com> Date: Thu, 05 Jun 2008 18:56:00 -0000 From: Paul J THACKER User-Agent: Thunderbird 1.5.0.7 (X11/20060909) MIME-Version: 1.0 To: ecos-devel@ecos.sourceware.org Subject: compilation errors Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2008-06/txt/msg00000.txt.bz2 Hi, Trying to compile the latest from CVS on Suse 10.1: In file included from /usr/include/linux/usb.h:4, from ../../../../../../../packages/io/usb/slave/current/host/usbhost.c:87: /usr/include/linux/mod_devicetable.h:174: error: expected specifier-qualifier-list before ‘__u8’ /usr/include/linux/mod_devicetable.h:204: error: expected specifier-qualifier-list before ‘__u16’ /usr/include/linux/mod_devicetable.h:251: error: expected specifier-qualifier-list before ‘__u16’ In file included from ../../../../../../../packages/io/usb/slave/current/host/usbhost.c:88: /usr/include/linux/usbdevice_fs.h:49: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘*’ token /usr/include/linux/usbdevice_fs.h:56: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘*’ token etc... Looks like linux kernel header mismatch, but I'm not sure. Any ideas? Thanks, Paul