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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
1,467 Views
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

Labels (1)
0 Kudos
Reply
1 Solution
1,261 Views
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

View solution in original post

0 Kudos
Reply
2 Replies
1,262 Views
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 Kudos
Reply
1,261 Views
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 Kudos
Reply