Other Parts Discussed in Thread: CC1310, SYSBIOS
Tool/software: Code Composer Studio
hello friends,
I'm working on rfEasyLink project. I want to send a sensor data periodically every 10seconds. For that I'm using the Clock_Construct api from utility.c file. But even after including the file header and giving path of the same, im getting the following error while linking. please let me know how can I solve the issue. I'm new to CCS compiler.
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "test1.out" not built
gmake: *** [test1.out] Error 1
gmake: Target `all' not remade because of errors.
Thanks.