Other Parts Discussed in Thread: CC2640R2F
Hello,
I program the LAUNCHXL-cc2640R2 and I insert to my application the files of time folder (utc_clock.c, time_clock.c, time_config.c, time_ind.c, etc...) and the CCS insists on some messages for unresolved symbol.
For example, it can see the "att.h" file, it goes there and it has problem with the "osal.h", then it goes inside the osal.h and it has problem with the osal_timers.h.
You can see the messages of the CCS below.
Do you have anyone to solve this type of problem? Any help? Thank you in advance for your time.
gmake: *** [all] Error 2 pressure_app C/C++ Problem
gmake[1]: *** [pressure_app.out] Error 1 pressure_app C/C++ Problem
unresolved symbol ATT_HandleValueCfm, first referenced in ./Application/time_ind.obj pressure_app C/C++ Problem
unresolved symbol GATT_DiscAllCharDescs, first referenced in ./Application/time_discovery.obj pressure_app C/C++ Problem
unresolved symbol GATT_DiscAllChars, first referenced in ./Application/time_discovery.obj pressure_app C/C++ Problem
unresolved symbol GATT_DiscPrimaryServiceByUUID, first referenced in ./Application/time_discovery.obj pressure_app C/C++ Problem
unresolved symbol GATT_Indication, first referenced in ./PROFILES/presstempservice.obj pressure_app C/C++ Problem
unresolved symbol GATT_Notification, first referenced in ./PROFILES/presstempservice.obj pressure_app C/C++ Problem
unresolved symbol GATT_ReadCharValue, first referenced in ./Application/time_config.obj pressure_app C/C++ Problem
unresolved symbol GATT_WriteCharValue, first referenced in ./Application/time_config.obj pressure_app C/C++ Problem
unresolved symbol GATTServApp_RegisterService, first referenced in ./PROFILES/presstempservice.obj pressure_app C/C++ Problem