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: fconfig problem



On 03-Jul-2001 Christoph Csebits wrote:
> On Tue, Jul 03, 2001 at 12:20:16PM -0600, Gary Thomas wrote:
>> Check your default stacksize.  The stack used by RedBoot was possibly
>> too small and 'fconfig' could cause this failure.
> 
> good idea,
> can you tell me, how to change it.

Either update from anonCVS or import this into your RedBoot configuration.
You'll then need to rebuild & update RedBoot.  Full documentation for
doing this is in the RedBoot manual.

-----------------------------------------------------------------

cdl_option CYGNUM_HAL_COMMON_INTERRUPTS_STACK_SIZE {
    user_value 6144
};

-----------------------------------------------------------------


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