Jan Suchotzki wrote: > > rtems_extension TaskCreate ( > rtems_tcb *current_task, > rtems_tcb *new_task > ) { > ... > } > Try: rtems_boolean TaskCreate ( rtems_tcb *current_task, rtems_tcb *new_task ) { ... } The function returns a boolean. -- Chris Johns, cjohns at cybertec.com.au