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.

Compiler/TM4C1290NCPDT: unresolved symbol error

Part Number: TM4C1290NCPDT

Tool/software: TI C/C++ Compiler

CCS 7.2.0.00013

TI v16.9.3.LTS

I have a static bool variable in a file in the project.

I'm trying to declare it as extern bool in two other files.

I am getting linker errors:

undefined          first referenced           
  symbol                in file                
 ---------          ----------------           
 bPauseTimerStarted ./REPMTFA_Source/FED_Ope.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "TM4C1294_REPM_TFA_Port.out" not built
>> Compilation failure
makefile:310: recipe for target 'TM4C1294_REPM_TFA_Port.out' failed
gmake[1]: *** [TM4C1294_REPM_TFA_Port.out] Error 1
makefile:306: recipe for target 'all' failed
gmake: *** [all] Error 2
Thanks,
Priya