Clear Filters
Clear Filters

How to build s-function for linux on windows7 enviroment

1 view (last 30 days)
How can we assist you: I'm trying to build s-function for Linux on windows enviroment using Simulink and RTW. That is for distribution.
There are'nt Syastem target file for Linux on default. Are there any way to build s-function for Linux?

Accepted Answer

Desiree
Desiree on 14 Sep 2011
You can actually cross-compile the code that was generated on a Windows platfrom for a Linux platform by modifying the template make file. You can find detailed instructions on what you need to modify in the documentation here.
  2 Comments
Takashi
Takashi on 16 Sep 2011
Thank you for quick answer.
I think I understand the way.
I'll try to change Makefile and cross compile.
Thank you very much.
Abdullah Kucuk
Abdullah Kucuk on 21 May 2020
@Desiree the link you shared is broken, could you share updated url?

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!