I tried to put essai_mutex.c before the flags but it's the same thing.
It compiles with no problem, and after when I want to launch it on my board
I have the error about __real_sem_init.
I noticed that with cyclictest it's the same. When I want to launch the
application, I have the same error :
can't resolve symbol '__real_sem_init'
On 5/31/07, Gilles Chanteperdrix <[EMAIL PROTECTED]> wrote:
Perrine Martignoni wrote:
>>Same program as you posted earlier?
> Yes. it's the same.
>
>>Can you confirm the issue with this procedure? Also make sure that your
>>rebuild and re-installed the Xenomai user space part cleanly ("make
>>clean; make install").
>
> I installed cleanly Xenomai.
>
> I compiled too with :
> arm-linux-gcc `.../xeno-config --posix-cflags --posix-ldflags` -o
> essai_mutex_rt essai_mutex.c
try putting essai_mutex.c before the flags, as in:
arm-linux-gcc -o essai_mutex_rt essai_mutex.c `xeno-config
--posix-cflags --posix-ldflags`
--
Gilles Chanteperdrix
_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help