[ECOS] Double initialize_stub
Gary Thomas
gthomas@redhat.com
Tue Oct 10 14:49:00 GMT 2000
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"
More information about the Ecos-discuss
mailing list