Page 1 of 1

semaphore

Posted: Wed Apr 01, 2009 1:02 pm
by Poul
Hi,
I want use semaphore with edf scheduler.
I have included #include \"kernel/sem/inc/ee_sem.h\" in code.c and specified the __SEM__ option. I hsve elso included the /edf/inc file in my code.c but the compilator take me this error:

c:\\Evidence\\Evidence\\ee\\pkg\\kernel\\sem\\src\\ee_spost.c undefined reference to `stk_queryfirst\'

Thanks

Re:semaphore

Posted: Mon May 11, 2009 12:24 pm
by paolo.gai
For everybody: this was a problem related to an old version of the GCC compiler. Solved using a newer version of the compiler (3.02)

Ciao,

PJ