This is the mail archive of the ecos-discuss@sourceware.org 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]
Other format: [Raw text]

Re: how to implement EDF scheduling in eCos


Hi Nodir

Nodir Kodirov wrote:

> Last line of the assertion is:
> 
> *** ASSERT FAIL: <1> kapi.cxx [1250]
> Cyg_Check_Structure_Sizes::Cyg_Check_Structure_Sizes() Size check
> failed
> 
> Seems that kernel is checking Cyg_SchedThread_Implementation class
> size and as I modified it it throws error. Is it safe, if I disable
> size check? Or is there any other way to overcome this problem?

It looks like you will need to add a new definition of
CYG_SCHEDTHREAD_SCHEDIMP_MEMBERS in kapidata.h which matches the
Cyg_SchedThread_Implementation for your new scheduler.

John Dallaway
eCos maintainer

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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