Coder: Create a Makefile for Linux from Windows.

6 views (last 30 days)
I have the situation where I am the *unix user, and I get C generated from Matlab Coder that is designed for Windows. The signal procesing group verifies the code on Windows, and then I end up with the libraries. I end up updating the Makefile, by hand, to compile the code.
Is there a way for Coder to create a Makefile for both Linux and Windows?

Accepted Answer

Ryan Livingston
Ryan Livingston on 18 Jan 2019
Unfortunately there is not a good way to achieve this with MATLAB Coder today. We've made an internal note of your request so we can sondier it for future releases of MATLAB Coder.
  3 Comments
Brian Degnan
Brian Degnan on 22 Jan 2019
As an update, I created a BASH script to autogenerate Makefile. I could not upload it here as it's not an image file, but here's the script:

Sign in to comment.

More Answers (0)

Categories

Find more on MATLAB Coder in Help Center and File Exchange

Products


Release

R2016b

Community Treasure Hunt

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

Start Hunting!