How to debug C Mex files in Matlab without in built compiler

1 回表示 (過去 30 日間)
sai vasavi
sai vasavi 2011 年 5 月 24 日
I have Cygwin compiler in my system.how debug C mex files in matlab with this compiler. please can anyone help me.plz

回答 (1 件)

Titus Edelhofer
Titus Edelhofer 2011 年 5 月 24 日
Hi,
take a look at the instructions for how to debug mex files in Linux, see http://www.mathworks.com/support/tech-notes/1600/1605.html#debug_unix
Titus
  2 件のコメント
sai vasavi
sai vasavi 2011 年 5 月 24 日
Actually i dont have linux in my desktop.I have only cgywin compiler.I built s-function using existing C code.I have to compile those mex files.
Titus Edelhofer
Titus Edelhofer 2011 年 5 月 25 日
I know. First of all: why do you use cygwin instead of lcc? Second, when you use cygwin (i.e., the gnu compiler), debugging using gdb from cygwin should work similarly to using gdb on a linux machine, that's what I tried to point out ...

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeWrite C Functions Callable from MATLAB (MEX Files) についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by