I create a new application in vision_apps , and thread related functions are used,
I have include <pthread.h> and add LDLIBS += -lpthread in concerto.mak.
But, the following errors also occur:
undefined reference to `pthread_condattr_setclock
undefined reference to `pthread_create'
undefined reference to `pthread_kill' ...
question: how can I fix these errors?