>Please look at examples/mutex/sema_test.c.
>Also, you probably need to use relative linking (ld -r) like
>in examples/fp/Makefile.

>Michael.

 
I have run into the same problem with the semaphore function except that my error is much shorter.
 
I also am able to compile OK but I get only these two lines when I try to run:
 
    projtest.o:unresolved symbol sem_init
    projtest.0:unresolved symbol sem_destroy
 
I looked for the example sema_test.c in the examples but didn't find it. Only the mutex example.
 

Reply via email to