From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Gautier To: 'Jonathan Larmour' Cc: "Ecos-List (E-mail)" Subject: RE: [ECOS] Debugging net stack. Date: Fri, 20 Oct 2000 10:45:00 -0000 Message-id: <5AF611D83988D4118ACF00E0B10400540557DA@mr-intranet.sdesigns.net> X-SW-Source: 2000-10/msg00246.html > -----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