Prev: Optimization. Gauss-Hermite quadrature. Quasi-Newton method.
Next: derivative block in Simscape
From: Michael Grumbach on 3 Mar 2010 09:14 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 3 Mar 2010 10:10 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
|
Pages: 1 Prev: Optimization. Gauss-Hermite quadrature. Quasi-Newton method. Next: derivative block in Simscape |