Part Number: MSP430F5527
Tool/software: Code Composer Studio
I have a project that was built under CCSv5.4/CGTv4.1.5 that I'm trying to port to CCS9.2/CGTv18.12.3. I'm now at the point where my project is building successfully, and I'd like to debug it. But when I try to start the debugger, it i get the message in the title of this post (The <project path> part is my replacement) It seems the IDE is trying to using the makefile variable $(OUTPUT_NAME) but not finding it. Any idea where to start on resolving this?
Thanks