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,470 次查看
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,264 次查看
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,265 次查看
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,264 次查看
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 项奖励
回复