Other Parts Discussed in Thread: CC2650
Hello,
I am having issues with compiling code in CCS with the CC2650.
Code Composer is giving the following error statements:
- 10010 errors encountered during linking; "Test.out" not built
- 10234-D unresolved symbols remain Test C/C++ Problem
- unresolved symbol ResetISR
And the following warning statements:
-10062-D entry-point symbol "ResetISR" undefined
Our code is a simple
int main(void) {
return 0;
}
We are using version CCS6.1.0.00104 of Code Composer, any help would be greatly appreciated.