Compilation SmartDSP OS

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Compilation SmartDSP OS

跳至解决方案
5,410 次查看
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?

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
3,540 次查看
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 项奖励
回复
6 回复数
3,540 次查看
CrasyCat
Specialist III

Hello

 

You are not supposed to modify the OS source code.

What did you attempt to change there?

 

CrasyCat

0 项奖励
回复
3,540 次查看
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 项奖励
回复
3,540 次查看
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 项奖励
回复
3,540 次查看
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 项奖励
回复
3,541 次查看
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 项奖励
回复
3,540 次查看
exciton
Contributor I

Thank you very much for response!

0 项奖励
回复