Main /

Troubleshooting

Main.Troubleshooting History

Hide minor edits - Show changes to markup

Changed line 12 from:

Do not forget to run mex -setup first to properly set up your mex compiler.

to:

Do not forget to run mex -setup first to properly set up your mex compiler. The re-compilation must be performed every time the lcp package is updated to a newer version by tbxmanager.

Changed line 5 from:

Related thread on Google groups

to:

If you are on Linux and mpt_init does not recognize the lcp solver, then you have to recompile the solver (related thread on Google groups):

Changed lines 11-12 from:

@]

to:

@] Do not forget to run mex -setup first to properly set up your mex compiler.

Added lines 1-11:

Troubleshooting

Recompile LCP

Related thread on Google groups

(:source lang=MATLAB -getcode:)
cwd=pwd; 
cd(fileparts(which('lcp'))) 
lcp_compile 
cd(cwd)