Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hello Members
I have one problem for using simplelink sdk.
I am going to use sleep & usleep function which is defined in unistd.h file.
I included this file.
But when I build the project error occured
"
Description Resource Path Location Type
unresolved symbol sleep, first referenced in <whole-program> zed_iBlinds_DimmerLight C/C++ Problem
"
Why this happens and how to solve this problem?