Re: [ECOS] Compile USB Host Application

2007-12-11 Thread Bart Veer
> "Navya" == Navya S Kamath <[EMAIL PROTECTED]> writes: Navya> Hi All, Navya> I'm trying to compile the USB host application on a RedHat Navya> Enterprise Linux, I get following errors Navya> usbhost.o(.text+0xb4): In function `usb_scan_devices': Navya> : undefined referen

[ECOS] ISR Latency & Jitter @x86 hardware platform

2007-12-11 Thread Evgeny Belyanko
Hi! I use SM800PC/X smartModule based on the AMD LX800 at 500MHz. http://www.digitallogic.ch/index.php?id=143&L=1 eCos from CVS, date 6 Dec 2007. Loader is GRUB. I need to process real rime events with 100uSec (10^-4 Sec) time base. Due to some reasons it is impossible to use separate real time

Re: [ECOS] Re: Check for illegal address range in io/flash

2007-12-11 Thread Øyvind Harboe
> As I read the code, the "check" you are talking about is only to make > sure that the address [range] which gets printed makes sense. There is > similar code within the loop to handle the edge case where the FLASH > region being erased buts up against the top of possible address space. Gotit. I

Re: [ECOS] Re: Check for illegal address range in io/flash

2007-12-11 Thread Gary Thomas
Øyvind Harboe wrote: On Dec 11, 2007 2:51 PM, Andrew Lunn <[EMAIL PROTECTED]> wrote: On Tue, Dec 11, 2007 at 11:09:40AM +0100, ?yvind Harboe wrote: On Dec 11, 2007 11:03 AM, Andrew Lunn <[EMAIL PROTECTED]> wrote: I mainly want the busted check in flash_erase() to be removed. ASSERT's are proba

[ECOS] Re: Check for illegal address range in io/flash

2007-12-11 Thread Øyvind Harboe
On Dec 11, 2007 2:51 PM, Andrew Lunn <[EMAIL PROTECTED]> wrote: > On Tue, Dec 11, 2007 at 11:09:40AM +0100, ?yvind Harboe wrote: > > On Dec 11, 2007 11:03 AM, Andrew Lunn <[EMAIL PROTECTED]> wrote: > > > > > > > I mainly want the busted check in flash_erase() to be removed. > > > > ASSERT's are pro

Re: [ECOS] Compile USB Host Application

2007-12-11 Thread Frank Pagliughi
Navya S Kamath wrote: Hi, Could you please elaborate on how to compile the host application? The ECOS_REPOSITROY has been installed on the host Linux machine. I use this repository for compiling the target bootloader along with the USB slave application. How can I invoke the target application

[ECOS] Re: Check for illegal address range in io/flash

2007-12-11 Thread Andrew Lunn
On Tue, Dec 11, 2007 at 11:09:40AM +0100, ?yvind Harboe wrote: > On Dec 11, 2007 11:03 AM, Andrew Lunn <[EMAIL PROTECTED]> wrote: > > > > > I mainly want the busted check in flash_erase() to be removed. > > > ASSERT's are probably fine. > > What is actually wrong with this check? I think it is t

RE: [ECOS] Compile USB Host Application

2007-12-11 Thread Navya S Kamath
Hi, Could you please elaborate on how to compile the host application? The ECOS_REPOSITROY has been installed on the host Linux machine. I use this repository for compiling the target bootloader along with the USB slave application. How can I invoke the target application from the bootloader "Red

Re: [ECOS] Compile USB Host Application

2007-12-11 Thread Gary Thomas
Navya S Kamath wrote: 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': : undefine