Part Number: CC2640R2F
Tool/software: Code Composer Studio
Hi,
Im trying to include the ICall dependencies(i.e. ICall file) in my project copying the linked file from the simple_peripheral project but I get an error:
>> Compilation failure
subdir_rules.mk:7: recipe for target 'empty.obj' failed
"../empty.c", line 37: fatal error #1965: cannot open source file "ICall/Icall.h"
1 catastrophic error detected in the compilation of "../empty.c".
Compilation terminated.
gmake: *** [empty.obj] Error 1
does someone know what is missing here?