From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31165 invoked by alias); 11 Dec 2007 05:55:17 -0000 Received: (qmail 31155 invoked by uid 22791); 11 Dec 2007 05:55:16 -0000 X-Spam-Check-By: sourceware.org Received: from mail4.hostek.com (HELO mail4.hostek.com) (216.198.218.132) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 11 Dec 2007 05:55:10 +0000 X-SMSpamC: skipped (authenticated sender) Received: from UnknownHost [202.62.92.30] by mail4.hostek.com with SMTP; Mon, 10 Dec 2007 23:54:01 -0600 From: "Navya S Kamath" To: Date: Tue, 11 Dec 2007 05:55:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] Compile USB Host Application X-SW-Source: 2007-12/txt/msg00027.txt.bz2 Message-ID: <20071211055500.h1ZULhztnGu8vWbf1t4tlGD94kIcdsPTpY064m7Z-R4@z> Hi All, I'm trying to compile the USB host application on a RedHat Enterprise Linux, I get following errors usbhost.o(.text+0xb4): In function `usb_scan_devices': : undefined reference to `__fgetc_unlocked' usbhost.o(.text+0x197): In function `usb_scan_devices': : undefined reference to `__fgetc_unlocked' usbhost.o(.text+0x207): In function `usb_scan_devices': : undefined reference to `__fgetc_unlocked' usbhost.o(.text+0x163d): In function `run_test_bulk_out': : undefined reference to `__glibc_strerror_r' usbhost.o(.text+0x1e4b): In function `run_test_bulk_in': : undefined reference to `__glibc_strerror_r' usbhost.o(.text+0x2807): In function `run_test_control_in': : undefined reference to `__glibc_strerror_r' I include file /usr/local/include/stdio.h has these definitions.Anybody faced such errors before? Please help Regards, Navya -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss