This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCSTUDIO3: CCS Starting New Project and Closing Projects

Part Number: CCSTUDIO3
Other Parts Discussed in Thread: SYSCONFIG, MSP430FR2355

Tool/software:

I've been watching a lot of tutorials on CCS which mostly show older version of CCS and I'm using V20.0.1. Following along with the tutorials, I cannot find a way to start a new project with "Empty Project (with main.c)". I only have examples to start from and cannot find that option or a similar option. I have resorted to copying a sample program and deleting everything but figured I must be missing a better way to do this.

I also can't find an option to close the projects once they are open. I've right clicked on projects but cannot find any option to close the project:

When I try to build code (I've built it before on this computer I get the message:

[18]subdir_rules.mk:9: recipe for target 'build-623167793' failed
[19]Missing argument: --board or --device must be specified"

Despite having a sysconfig file. When I enter my sysconfig file sometimes it might take >5 minutes to load. The first time it loaded I could not select select a device or hardware (MSP430FR2355 is not listed in the dropdown list. When I could finally see inside the file it looked like the device was already specificed so not sure what the problem is. When I build other projects I don't have a problem.