如何从Texas Instruments Code Composer中的现有项目创建新项目?

如何从Texas Instruments Code Composer中的现有项目创建新项目?,c,msp430,code-composer,C,Msp430,Code Composer,我想为MSP430归档一个C程序的完成版本,使用TI Code Composer Studio 5.2.1版进行编程,为我要添加新功能的新版本创建一个新项目 试图遵循TI的文档并使用文件/导入、文件/导出和项目/导入现有CCS Eclipse项目会导致混乱的结果,没有任何结果与新项目名称下的源项目匹配 我只想复制一个项目,给该项目的副本起一个新名称,然后继续,在原始项目中保留项目设置和源代码文件。我如何才能做到这一点?假设您使用CCS5 copy the source project (sele

我想为MSP430归档一个C程序的完成版本,使用TI Code Composer Studio 5.2.1版进行编程,为我要添加新功能的新版本创建一个新项目

试图遵循TI的文档并使用文件/导入、文件/导出和项目/导入现有CCS Eclipse项目会导致混乱的结果,没有任何结果与新项目名称下的源项目匹配


我只想复制一个项目,给该项目的副本起一个新名称,然后继续,在原始项目中保留项目设置和源代码文件。我如何才能做到这一点?

假设您使用CCS5

copy the source project (select it and Ctrl+C)

paste it (Ctrl+V)

The `Copy Project` dialog allows you to rename the copy.

Everything is copied: subfolders, links, includes, processor options, all the details that a manual approach could miss.

假设您正在使用CCS5

copy the source project (select it and Ctrl+C)

paste it (Ctrl+V)

The `Copy Project` dialog allows you to rename the copy.

Everything is copied: subfolders, links, includes, processor options, all the details that a manual approach could miss.