Hello Miroslav
Thank you!!
I added the -lc flag to the makefile,and it changed to other error message
Best Regards,
[linux-devkit]:/media/sf_Share/mDNSResponder-107.6/mDNSPosix> make os=linux
Responder daemon done
Client library done
make[1]: Entering directory `/media/sf_Share/mDNSResponder-107.6/Clients'
arm-linux-gnueabihf-gcc -nostdlib dns-sd.c -L../mDNSPosix/build/prod/ -lc -ldns_sd -L /sitara/ti-sdk-am335x-evm/linux-devkit/sysroots/armv7ahf-vfp-neon-3.2-oe-linux-gnueabi/lib -I../mDNSShared -o build/dns-sd
/sitara/ti-sdk-am335x-evm/linux-devkit/sysroots/i686-arago-linux/usr/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00008bb8
../mDNSPosix/build/prod//libdns_sd.so: undefined reference to `__aeabi_uidiv'
../mDNSPosix/build/prod//libdns_sd.so: undefined reference to `__aeabi_uidivmod'
collect2: error: ld returned 1 exit status
make[1]: *** [build/dns-sd] Error 1
make[1]: Leaving directory `/media/sf_Share/mDNSResponder-107.6/Clients'
make: *** [../Clients/build/dns-sd] Error 2