about WorkSpace of codewarrior

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

about WorkSpace of codewarrior

跳至解决方案
1,640 次查看
hillzzhao
Contributor I

Hi Sir:

    I suffers one trouble in codewarriror with command line program.

    I create one workspace to one A path, then I move it to another B path.

I use following common line to program ic with B Path workspace ,but the cwide.exe can't load the B path workspace .

How to do?

"c:\Freescale\CW MCU v10.2\eclipse\cwide.exe" -data "c:\tmp\wsp_StandaloneFlsh" -vmargsplus -Dcw.script="c:\tmp\wsp_StandaloneFlsh\standalone.tcl

标签 (1)
0 项奖励
回复
1 解答
1,377 次查看
BlackNight
NXP Employee
NXP Employee

Eclipse workspaces (more precisely: the .metadata folder in the workspace) are *not* intended to be moved or copied to another location/path.

They contain very specific information about the location where they are.

So workspaces cannot be moved/copied/shared by any means.

If you do, then all kind of problems can occur.

You can think of the workspace (actually the .metadata folder) as a kind of registry.

But your projects can be moved/copied/etc, and they do not have to reside in the workspace folder.

So keep the workspace in the place you have created it. If you need to copy/apply workspace settings, you can export the settings and import them into other workspaces.

I hope this helps.

Erich

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,378 次查看
BlackNight
NXP Employee
NXP Employee

Eclipse workspaces (more precisely: the .metadata folder in the workspace) are *not* intended to be moved or copied to another location/path.

They contain very specific information about the location where they are.

So workspaces cannot be moved/copied/shared by any means.

If you do, then all kind of problems can occur.

You can think of the workspace (actually the .metadata folder) as a kind of registry.

But your projects can be moved/copied/etc, and they do not have to reside in the workspace folder.

So keep the workspace in the place you have created it. If you need to copy/apply workspace settings, you can export the settings and import them into other workspaces.

I hope this helps.

Erich

0 项奖励
回复