This is the mail archive of the ecos-discuss@sources.redhat.com 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]

RE: Debugging net stack.



> -----Original Message-----
> From: Jonathan Larmour [mailto:jlarmour@redhat.com]
> Sent: Friday, October 20, 2000 6:10 AM
> To: Fabrice Gautier
> Cc: Ecos-List (E-mail)
> Subject: Re: [ECOS] Debugging net stack.
> 
[...] 
> The problem is almost certainly simply the following bit in the i386
> vectors.S:
> 
>         .extern cyg_hal_invoke_constructors
>         call    cyg_hal_invoke_constructors
> 
> #ifdef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
>         .extern initialize_stub
>         call    initialize_stub
> #endif /* CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS */
> 
> Try just swapping these around.
> 
> If it works, let us know so we can update the sources. Thanks!

Yes you're right, I currently have this order in my vectors.S for a few days
and it seems better. 

-- 
Fabrice Gautier
fabrice_gautier@sdesigns.com 

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