This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Compile USB Host Application


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]