Tool/software: Code Composer Studio
Hi,
I am getting a very strange error and having a little doubt. In the user guide, TI has written that I need to rebuild the project after importing in CCS and I did same without any error and It worked too.
But the question is here that WHAT will happen if I BUILD the whole project instead of Rebuild.
I did it for a try and got this error.
>> Compilation failure subdir_rules.mk:23: recipe for target 'dss_main.oe674' failed "..\dss_mmw.h", line 233: error #20: identifier "Mailbox_Handle" is undefined "../dss_main.c", line 819: error #20: identifier "Mailbox_Handle" is undefined 2 errors detected in the compilation of "../dss_main.c". gmake[1]: *** [dss_main.oe674] Error 1 'Building file: "../dss_config_edma_util.c"' 'Invoking: C6000 Compiler'
So, to go back I tried to rebuild the project but the same error. Perhaps same error coming because I had Build it just before that and got above error.
How can I make it working without reimporting new project from TI Resource Explorer?
Your suggestions are most welcome even if you are not sure if it works or not.