How to seperate StarCore C compiler from CW installation in a running project

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

How to seperate StarCore C compiler from CW installation in a running project

ソリューションへジャンプ
1,532件の閲覧回数
yuxiangzhang
Contributor I

Hi

 

My intention is to put StarCore C compiler as part of SCM management. So that even after we upgrade CW 10.2.x to CW 10.5.x, we could still use previous compiler come with 10.2.x with current CW project.

We've done by putting SDOS into our SCM tool so far.

With some history stories, we don't have plan right now to write a set of makefile to do this.

Is there any way such as to change ${SCToolsBaseDir}\StarCore_Support\compiler\include, to get this job done?

 

Thanks in advance,

Yuxiang

ラベル(1)
0 件の賞賛
返信
1 解決策
1,326件の閲覧回数
Daniel_Popa
NXP Employee
NXP Employee

Hi Yuxiang,

The StarCore Compiler is kept under {CW install dir}\SC\StarCore_Support\compiler\. If you have done the job of separating the SmartDSP OS then the job for the compiler should be similar.

To change the compiler from CW 10.5.x with an older one, it should be easy. Go to Project Properties -> C/C++ Build -> Settings and add a new entry path in the Build Tools Version tab.

ToolChain.png

Hope this helps!

Daniel

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,327件の閲覧回数
Daniel_Popa
NXP Employee
NXP Employee

Hi Yuxiang,

The StarCore Compiler is kept under {CW install dir}\SC\StarCore_Support\compiler\. If you have done the job of separating the SmartDSP OS then the job for the compiler should be similar.

To change the compiler from CW 10.5.x with an older one, it should be easy. Go to Project Properties -> C/C++ Build -> Settings and add a new entry path in the Build Tools Version tab.

ToolChain.png

Hope this helps!

Daniel

0 件の賞賛
返信
1,326件の閲覧回数
yuxiangzhang
Contributor I

Hi Daniel,

THanks for the reply. and it looks straight forward to get this done in CW. And our team will try it.

Regards,

Yuxiang

0 件の賞賛
返信