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.
Hi everyone,
I have migrated a FOC project from CCS3.3 to CCS6. The project is working in CCS3.3 for a few years, but when this is built in CCS6, I get this error:
undefined first referenced
symbol in file
--------- ----------------
_vhz_prof_calc C:/Users/fcastillo/Desktop/v97.xx iman CENE/TK-DOD/delta_120_006_e_1_enc/Debug/varOper.obj
error #10234-D: unresolved symbols remain
Any idea? Thank you in advance.
Please see http://processors.wiki.ti.com/index.php/Compiler/diagnostic_messages/10234
As explained in that link, you need to determine where that symbol is defined (either in a source file or library) and make sure that file or library is added to the project.