How to compile and link all files generated with RTW from my .tmf file ??
古いコメントを表示
Hi,
I'm generating a target and all his files. In the .tmf file I need to compile and link all the generated files in the "model directory", because they are not always the same
Thanks in advance.
回答 (1 件)
Kaustubha Govind
2012 年 3 月 27 日
0 投票
It's not clear exactly what kind of support you are looking for, but Customize Template Makefiles is a good place to start. I would also recommend familiarizing yourself with Makefiles first. A good beginner exercise is to actually modify the generated .mk file directly and test it until you achieve all your required build steps. Once this is done, it is fairly easy to update the corresponding.tmf file.
4 件のコメント
Carlos
2012 年 3 月 30 日
Kaustubha Govind
2012 年 3 月 30 日
Have you added your additional files under the Configuration Parameters Window's Code Generation>Custom Code pane? See relevant doc here: http://www.mathworks.com/help/toolbox/rtw/ref/bq259jb-1.html
Carlos
2012 年 4 月 2 日
Carlos
2012 年 4 月 3 日
カテゴリ
ヘルプ センター および File Exchange で Simulink Coder についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!