about WorkSpace of codewarrior

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

about WorkSpace of codewarrior

ソリューションへジャンプ
1,619件の閲覧回数
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,356件の閲覧回数
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,357件の閲覧回数
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 件の賞賛
返信