This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/LAUNCHXL-CC2640R2: Does CCS show in which file or line an error exists?

Part Number: LAUNCHXL-CC2640R2
Other Parts Discussed in Thread: TEST2, CC2640R2F

Tool/software: Code Composer Studio

New to CCS. I just created a new project with default settings. I didn't write any code or do anything, just have the template main with return 0.

When I tried to compile I get the following error:

undefined first referenced

symbol in file
--------- ----------------
ResetISR

error #10234-D: unresolved symbols remain
warning #10062-D: entry-point symbol "ResetISR" undefined
error #10010: errors encountered during linking; "test2.out" not built

but it doesn't tell me what file or line the error is found and Find just searches the current active file.

How do I find this symbol or error?

thanks