Hi, I have a CCSv6 for the project and it works fine, but I'm frequently using an external editor to modify some source files and after modifying I'm trying to run gmake -k all via command line but it didn't rebuild my changed source file though if CCS is opened on background everything works. I even tried to run like gmake -k --always-new=myfile all but nothing, it keeps saying that there's nothing to rebuild: "gmake: Nothing to be done for `all'"
Thanks