This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC2640R2F: unresolved symbol pthread_create, first referenced in <whole-program>

Part Number: CC2640R2F
Other Parts Discussed in Thread: SYSBIOS

Tool/software: Code Composer Studio

i tried  to copy main commands of main tirtos file in adc single channel example of code composer studio in simple ble peripheral example. i am getting error 

Description Resource Path Location Type
#10010 errors encountered during linking; "simple_peripheral_cc2640r2lp_app.out" not built simple_peripheral_cc2640r2lp_app C/C++ Problem
<a href="processors.wiki.ti.com/.../10234"> unresolved symbols remain simple_peripheral_cc2640r2lp_app C/C++ Problem
gmake: *** [all] Error 2 simple_peripheral_cc2640r2lp_app C/C++ Problem
gmake[1]: *** [simple_peripheral_cc2640r2lp_app.out] Error 1 simple_peripheral_cc2640r2lp_app C/C++ Problem
unresolved symbol pthread_attr_init, first referenced in <whole-program> simple_peripheral_cc2640r2lp_app C/C++ Problem
unresolved symbol pthread_attr_setdetachstate, first referenced in <whole-program> simple_peripheral_cc2640r2lp_app C/C++ Problem
unresolved symbol pthread_attr_setschedparam, first referenced in <whole-program> simple_peripheral_cc2640r2lp_app C/C++ Problem
unresolved symbol pthread_attr_setstacksize, first referenced in <whole-program> simple_peripheral_cc2640r2lp_app C/C++ Problem
unresolved symbol pthread_create, first referenced in <whole-program> simple_peripheral_cc2640r2lp_app C/C++ Problem
This project supports RTSC content but also references one or more RTSC Configuration projects. Only the project's own RTSC content has been used in building this project. simple_peripheral_cc2640r2lp_app simple_peripheral_cc2640r2lp_app Problems

i copied pthread.h header file to my code. i am not able to understand hat do they want to specify by saying whole program.

please help me with this urgently required.