Tool/software: Code Composer Studio
I have a working CCS project that builds correctly in WIndows. I'm trying to migrate it to MacOS. I copied the project's folder from the Windows workspace to the MAC's workspace, imported it to CCS, then corrected environment path strings to the appropriate MAC equivalents. I also deleted the /Debug folder to force the makefiles to be rebuilt. When I build the project, I get the following error:
subdir_rules.mk:6: *** target pattern contains no '%'. Stop.
Did I miss something?
I'm using CCS 10.1.1.00004.
Thanks, dave