From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29871 invoked by alias); 6 Jun 2008 16:23:12 -0000 Received: (qmail 29861 invoked by uid 22791); 6 Jun 2008 16:23:11 -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; Fri, 06 Jun 2008 16:22:48 +0000 Received: from source ([167.4.1.35]) (using TLSv1) by eu1sys200aob013.postini.com ([207.126.147.11]) with SMTP; Fri, 06 Jun 2008 16:22:42 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 9BE97DB02; Fri, 6 Jun 2008 16:22:35 +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 3351E48CDF; Fri, 6 Jun 2008 16:22:35 +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 CPG46613 (AUTH "paul thacker"); Fri, 6 Jun 2008 09:22:33 -0700 (MST) Message-ID: <484964B2.4030902@st.com> Date: Fri, 06 Jun 2008 16:23:00 -0000 From: Paul J THACKER User-Agent: Thunderbird 1.5.0.7 (X11/20060909) MIME-Version: 1.0 To: Andrew Lunn Cc: ecos-devel@ecos.sourceware.org Subject: Re: compilation errors References: <48483738.4080506@st.com> <20080606072624.GD422@lunn.ch> In-Reply-To: <20080606072624.GD422@lunn.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00002.txt.bz2 Andrew Lunn wrote: > On Thu, Jun 05, 2008 at 11:58:00AM -0700, Paul J THACKER wrote: >> 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? > > Do you plan to use USB? If not, ignore it. It should be the last thing > in the host tools that is built, so it should of built all the other > host tools you need for building eCos. So just ignore it. If you do > plan to use USB, let me know which Linux kernel version you have and i > can take a look. > > Andrew Thanks for the reply. I don't plan to use usb, at least not initially. I'll ignore it. Regards, Paul