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: Re: how to implement EDF scheduling in eCos


Hi Nodir,

>> /my_dev/ecos_edf_rep/ecos-3.0/packages/kernel/v3_0/src/common/thread.cxx:7
>> 68: undefined reference to?`Cyg_Scheduler_Implementation::rem_thread?(Cyg_Thread*)'
>> /my_dev/ecos_edf/install/lib/libtarget.a?(kernel_thread.o): In function `Cyg_Thread':
>> /my_dev/ecos_edf_rep/ecos-3.0/packages/kernel/v3_0/src/common/thread.cxx:2
>> 19: undefined reference to?`Cyg_Scheduler_Implementation::register_thread?(Cyg_Thread*)'
>> ...

hm, maybe you forgot to add a 'compile'-directive within one of your
scheduler specific cdl-files or you just did not implement a bunch a
methods referenced within thread.cxx.

Ciao, Fabian

--
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]