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
Solved! Go to Solution.
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.
Hope this helps!
Daniel
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.
Hope this helps!
Daniel
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