Compilation SmartDSP OS

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

Compilation SmartDSP OS

Jump to solution
4,084 Views
exciton
Contributor I

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?

Labels (1)
Tags (1)
0 Kudos
1 Solution
2,214 Views
CrasyCat
Specialist III

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

View solution in original post

0 Kudos
6 Replies
2,214 Views
CrasyCat
Specialist III

Hello

 

You are not supposed to modify the OS source code.

What did you attempt to change there?

 

CrasyCat

0 Kudos
2,214 Views
exciton
Contributor I

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?

0 Kudos
2,214 Views
Irene
NXP Pro Support
NXP Pro Support

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.

0 Kudos
2,214 Views
exciton
Contributor I

 

Thanks for response!
Sourses and demos usage is clear for me now. Could you answer to my question: is it possible to change code OS and recompile it or not?
If yes, how can I do it?

 

0 Kudos
2,215 Views
CrasyCat
Specialist III

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

0 Kudos
2,214 Views
exciton
Contributor I

Thank you very much for response!

0 Kudos