フィルターのクリア

MATLAB Coder GUI - how to build dll with debug symbols?

3 ビュー (過去 30 日間)
Richard
Richard 2016 年 9 月 29 日
回答済み: Ji Lee 2016 年 10 月 7 日
I'm using the MATLAB Coder GUI to build a dll and I'm working on debugging the results. To add debug symbols, I hacked the MATLAB generated make file to add the '-g' option to the CFLAGS line. What option in the MATLAB Coder GUI would do this for me?

回答 (1 件)

Ji Lee
Ji Lee 2016 年 10 月 7 日
The "-g" equivalent for non-MEX (e.g. DLL) build types in the MATLAB Coder app is setting the Build Configuration setting to Debug. The exact location of this setting will vary somewhat depending on what release you are using. From R2015b onwards, this setting is found on the Hardware tab of the app's settings dialog on the Generate Code step. To get to this dialog, click the More Settings button on the Generate dropdown. In R2015a, this setting is found on the Toolchain tab of the same dialog.

カテゴリ

Help Center および File ExchangeMATLAB Coder についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by