Hello! I' make a programm for SmartDSP OS. I want to change the part of source code of SmartDSP OS. I change it and see that the source code is not recompiled. How to recompile SmartDSP OS?
Solved! Go to Solution.
Hello
In order to rebuild the OS:
- Start CodeWarrior
- Select File -> Import
- In the Import dialog select General -> Existing Projects into workspace
- Click Next
- Click on Browse and browse for {Install}\StarCore_Support\SmartDSP\lib\projects\msc815x
(if you want to rebuild for msc815x architecture. Other architectures are available there as well).
- If you want to rebuild the OS, select os_msc815x. If you want to rebuild the drivers select os_msc815x_drivers
- Click on Finish.
The project(s) will be opened in CodeWarrior and are available to re-build
CrasyCat
Hello
You are not supposed to modify the OS source code.
What did you attempt to change there?
CrasyCat
Hello!
I've not changed OS code yet. At this moment I have to clarify whether to use SmartDSP OS or make my own OS. In order to use SmartDSP OS I need to be abled to change it or recompile if it's necessary. That is why I need to know is it possible to change code OS and recompile or not? As I understand correctly, if the initial codes are available , it can be recompiled. My final question is - all of OS codes are available?
All the sources for the OS are included in the tools installation directory. For any of the demos that you want to run the sources are included as well.
Hello
In order to rebuild the OS:
- Start CodeWarrior
- Select File -> Import
- In the Import dialog select General -> Existing Projects into workspace
- Click Next
- Click on Browse and browse for {Install}\StarCore_Support\SmartDSP\lib\projects\msc815x
(if you want to rebuild for msc815x architecture. Other architectures are available there as well).
- If you want to rebuild the OS, select os_msc815x. If you want to rebuild the drivers select os_msc815x_drivers
- Click on Finish.
The project(s) will be opened in CodeWarrior and are available to re-build
CrasyCat
Thank you very much for response!