Part Number: TMDSCNCD2800157
I am doing library creation. I created one library project as a static library & generated .lib file. Added same file to my project & created header file, added path. Now I am getting some linker errors. Can you please help me out with this?
Please find the below log:
***************************
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "adc_ex1_soc_software.out" not built
>> Compilation failure
makefile:147: recipe for target 'adc_ex1_soc_software.out' failed
gmake[1]: *** [adc_ex1_soc_software.out] Error 1
makefile:143: recipe for target 'all' failed
gmake: *** [all] Error 2
**** Build Finished ****