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: Double initialize_stub



On 10-Oct-2000 Fabrice Gautier wrote:
> Hi,
> 
> When building a stub, initialize_stub is called at startup in vector.S (at
> least for the PC and ARM PID target) and then an other time by cyg_start
> (the one in stubrom.c)
> 
> Is that just an error, or is this usefull ?

It's a left-over.  The call in 'stubrom.c' is superfluous.

Note that when you build RedBoot, 'stubrom.c' isn't used, so you'll still 
need the one in "vectors.S"


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