MATLAB: How to build s-function for linux on windows7 enviroment

linuxreal time workshopwindows7

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?

Best Answer

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.
Related Question