Problem to save file on the hard disk! What I have to set to do it ?

Chris Johns chrisj at rtems.org
Thu Mar 16 23:32:56 UTC 2006


Matteo wrote:
> Sorry I didn't think it was so different.
> So I search in the mailing list and I don't find something about the gcc 4.x and
> problem with the samples.

  http://www.rtems.org/ml/rtems-users/2006/march/msg00027.html

> So I try to increase, like you say, the minimun stack size in this way ;
> 
> #define CONFIGURE_EXTRA_TASK_STACKS         (100 * RTEMS_MINIMUM_STACK_SIZE)
> 
> but it's the same problem, may be I have to set another one costant ?
> 

Add:

#define CONFIGURE_INIT_TASK_STACK_SIZE  (100 * RTEMS_MINIMUM_STACK_SIZE)

to the system.h file in the example and try again.

Regards
Chris



More information about the users mailing list