problem with bsp based upon 5206elite
Joel Sherrill
joel.sherrill at OARcorp.com
Sat Aug 2 16:14:57 UTC 2003
Stan wrote:
>hi,
>
>
>my custom bsp cause an error in function rtems_io_register.
>It call rtems_fatal_error_occurred with is_internal = true and the_error = 5.
>Apparently, mknod return without succes.
>
>An idea ?
>
>( latest 20030407 )
>
>
See cpukit/scrore/include/rtems/score/interr.h and there is an enum of
internal error codes.
A number 5 by my count is interrupt stack too small. So the configured
size of the interrupt
stack would be < a task's minimum stack size. Tripped by
cpukit/score/src/isr.c.
>
>Stan.
>
>
>
More information about the users
mailing list