|
>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.
|
- Re: [rtl]Re:Cannot Use Semaphore function!!(Help) Christine Haka
- Re: [rtl]Re:Cannot Use Semaphore function!!(Help) Michael Barabanov
- [rtl] inlined rdtsc() function in header file C. W. Wright (1698)
- Re: [rtl] inlined rdtsc() function in hea... Cort Dougan
- Re: [rtl] inlined rdtsc() function in... David Olofson
- Re: [rtl] inlined rdtsc() function in... C. W. Wright (1698)
