Customize main source file in Simulink Coder makefile
1 次查看(过去 30 天)
显示 更早的评论
I am currently generating code for a simulink model using the grt STF and the MinGW64 v4.x Toolchain (in MATLAB 2016a). This setup compiles code that includes the rt_main.c file in the generated makefile. The makefile is not generated from a tmf template but via the coder.make.GmakeWriter. The writer seems to include the rt_main.c because it is part of the BuiltInfo.Src list. It is added to that list by a call to addStandardInfo in ModelBuilder.locNewCodePostCodeGen. This seems to be hardcoded depending on unknown conditions.
My question is now: How can I use the grt STF or make a clone of it, such that my own main.c file is included in the generated makefile with minimal effort but good reusability?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Code Compilation Customization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!