Gianni Perugini wrote:
> Hi Gilles,
> 
> Attached is the log with the result of the command you asked for.

(...)

0804a6a8 B rt
         U rt_print_auto_init
         U rt_printf
         U sendto@@GLIBC_2.0
         U setsockopt@@GLIBC_2.0
         U sigaddset@@GLIBC_2.0
         U sigemptyset@@GLIBC_2.0
         U signal@@GLIBC_2.0
         U sigsuspend@@GLIBC_2.0
         U socket@@GLIBC_2.0
         U strlen@@GLIBC_2.0
         U write@@GLIBC_2.0

Here, this binary is using glibc symbols, not Xenomai symbols, if it was
using Xenomai symbols, you would see:

U __wrap_pthread_create
U __wrap_sendto
U __wrap_setsockopt
U __wrap_socket
U __wrap_write

etc...

In order to compile it correctly, see:
http://www.xenomai.org/index.php/Examples
If you want to understand how this works, see:
http://www.xenomai.org/index.php/Porting_POSIX_applications_to_Xenomai#Compilation_flags.

-- 
                                            Gilles.

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to