From: Michael Grumbach on
I would like to use a different compiler than what is listed when I type : mbuild -setup

I'm using an Eclipse Platform and MinGW GCC compiler.

How do I get this to show up on the list?

thanks,
Mike
From: Rune Allnor on
On 3 Mar, 15:14, "Michael Grumbach" <Michael.J.Grumb...(a)LMCO.com>
wrote:
> I would like to use a different compiler than what is listed when I type : mbuild -setup
>
> I'm using an Eclipse Platform and MinGW GCC compiler.
>
> How do I get this to show up on the list?

You need to somehow get a configuration file for the
compiler in question.

MEX (and presumably MBUILD) reads a standard compiler
configuration file somewhere, that lists all the relevant
compiler- and linker directives for each compiler.
You will need to inlcude your compiler in this database.

If the compiler is not supported by matlab (or it was
released after your matlab version), you will have to
find out the details of the configuration yourself.
Or hope somebody else already did, and posted the config
details somewhere.

Rune