Tool/software: Code Composer Studio
there are 2 errors while debugging.
Do I have to download other program?
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.
Tool/software: Code Composer Studio
there are 2 errors while debugging.
Do I have to download other program?
"..\dss_mmw.h", line 233: error #20: identifier "Mailbox_Handle" is undefined
"../dss_data_path.c", line 1213: error #7: unrecognized token
"../dss_data_path.c", line 1213: error #29: expected an expression
"../dss_data_path.c", line 1216: warning #12-D: parsing restarts here after previous syntax error
"../dss_data_path.c", line 1413: error #20: identifier "dataPrev2" is undefined
"../dss_data_path.c", line 1413: error #20: identifier "dataPrev1" is undefined
"../dss_data_path.c", line 1414: error #20: identifier "dataCurr" is undefined
"../dss_data_path.c", line 1169: warning #179-D: function "MmwDemo_rxChanPhaseBiasCompensation" was declared but never referenced
6 errors detected in the compilation of "../dss_data_path.c".
gmake[1]: *** [dss_data_path.oe674] Error 1
gmake[1]: Target 'main-build' not remade because of errors.
gmake: *** [all] Error 2
makefile:153: recipe for target 'all' failed
**** Build Finished ****
I'm trying to rebuild VitalSignDemo of Automotive 1642. Thank you
Jae ho