Tool/software: Code Composer Studio
Continue discussion about 3 projects build failure from my last email.
I found out that gmake picked the wrong path for .OBJ was something to do with Mode setting of Directory Specifier (in CCS 10.0) for my imported compounded project. Inside top project, after I changed from assisted manual to automatic, it resolved one of my build error.
Now I have another issue of auto-generated "subdir_rules.mk", it seemed to use the same above wrong path as building source path, this can be a clue for where it finds such incorrect source reference as building source?
The build failure message has the following details about this error:
>>>
subdir_rules.mk:8: *** mixed implicit and normal rules: deprecated syntax
subdir_rules.mk:16: warning: overriding recipe for target 'C:/xpath/Main/CCS3.1' //Note: the last subfolder name "CCS3.1" is partially chopped off as it should be "CCS3.1 xyz" as complete.
Thanks.